Skip to content

Commit

Permalink
Fix typo in prefs.js: "winow" -> "window"
Browse files Browse the repository at this point in the history
  • Loading branch information
theDrake authored and dsheeler committed Sep 16, 2024
1 parent e44aa6e commit 737c9ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/prefs.js
Original file line number Diff line number Diff line change
Expand Up @@ -394,7 +394,7 @@ export default class CoverflowAltTabPreferences extends ExtensionPreferences {
description: _("Internal actions that will not conflict with other window switchers.")
});
keybinding_page.add(custom_keybinding_pref_group);
custom_keybinding_pref_group.add(buildShortcutButtonAdw(settings, "coverflow-switch-windows", _("Coverflow Switch Windows Shortcut"), _("Activate winow switcher.")));
custom_keybinding_pref_group.add(buildShortcutButtonAdw(settings, "coverflow-switch-windows", _("Coverflow Switch Windows Shortcut"), _("Activate window switcher.")));
custom_keybinding_pref_group.add(buildShortcutButtonAdw(settings, "coverflow-switch-applications", _("Coverflow Switch Applications Shortcut"), _("Activate application switcher.")));

let pcorrection_pref_group = new Adw.PreferencesGroup({
Expand Down

0 comments on commit 737c9ea

Please sign in to comment.