mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 15:47:44 +00:00
DisplaySettings: Refer to app as "Display Settings"
Application names are proper nouns, so let's write them with capitalized first letters.
This commit is contained in:
parent
f2f4695bdd
commit
9faa8e0ce6
2 changed files with 4 additions and 4 deletions
|
@ -280,7 +280,7 @@ int run_in_desktop_mode([[maybe_unused]] RefPtr<Core::ConfigFile> config)
|
|||
Desktop::Launcher::open(URL::create_with_file_protocol(directory_view.path()));
|
||||
});
|
||||
|
||||
auto display_properties_action = GUI::Action::create("Display settings", {}, Gfx::Bitmap::load_from_file("/res/icons/16x16/app-display-settings.png"), [&](const GUI::Action&) {
|
||||
auto display_properties_action = GUI::Action::create("Display Settings", {}, Gfx::Bitmap::load_from_file("/res/icons/16x16/app-display-settings.png"), [&](const GUI::Action&) {
|
||||
Desktop::Launcher::open(URL::create_with_file_protocol("/bin/DisplaySettings"));
|
||||
});
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue