mirror of
https://github.com/RGBCube/serenity
synced 2025-06-01 09:28:13 +00:00
Keymap: Rename context menu item "Settings" to "Keyboard Settings"
This is a very small change to improve consistency between applet context menu item names.
This commit is contained in:
parent
75ac47dbd8
commit
ac60633694
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue