Skip to content

Commit

Permalink
Keymap: Rename context menu item "Settings" to "Keyboard Settings"
Browse files Browse the repository at this point in the history
This is a very small change to improve consistency between applet
context menu item names.
  • Loading branch information
Cr4xy authored and linusg committed Sep 9, 2022
1 parent 75ac47d commit ac60633
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Userland/Applets/Keymap/KeymapStatusWidget.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ ErrorOr<void> KeymapStatusWidget::refresh_menu()

auto settings_icon = TRY(Gfx::Bitmap::try_load_from_file("/res/icons/16x16/settings.png"sv));

m_context_menu->add_action(GUI::Action::create("&Settings",
m_context_menu->add_action(GUI::Action::create("Keyboard &Settings",
settings_icon,
[&](auto&) {
GUI::Process::spawn_or_show_error(window(), "/bin/KeyboardSettings"sv);
Expand Down

0 comments on commit ac60633

Please sign in to comment.