diff options
author | Daniel Schemp <dschemp@mailbox.org> | 2022-04-22 00:18:39 +0200 |
---|---|---|
committer | Daniel Schemp <dschemp@mailbox.org> | 2022-04-22 00:18:39 +0200 |
commit | 5a5797d9144d377e92ffaf9776b49ed60a2e8acb (patch) | |
tree | 091b98640603c42510ab97f965865a54dcb0b1a9 /launcher | |
parent | 75826aca13d5dcafb630c955f8349c3354503003 (diff) | |
download | PrismLauncher-5a5797d9144d377e92ffaf9776b49ed60a2e8acb.tar.gz PrismLauncher-5a5797d9144d377e92ffaf9776b49ed60a2e8acb.tar.bz2 PrismLauncher-5a5797d9144d377e92ffaf9776b49ed60a2e8acb.zip |
added: Mnemonics for Settings/Custom Commands
Diffstat (limited to 'launcher')
-rw-r--r-- | launcher/ui/widgets/CustomCommands.ui | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/launcher/ui/widgets/CustomCommands.ui b/launcher/ui/widgets/CustomCommands.ui index 650a9cc1..68e680a5 100644 --- a/launcher/ui/widgets/CustomCommands.ui +++ b/launcher/ui/widgets/CustomCommands.ui @@ -29,7 +29,7 @@ <bool>true</bool> </property> <property name="title"> - <string>Cus&tom Commands</string> + <string>&Custom Commands</string> </property> <property name="checkable"> <bool>true</bool> @@ -41,7 +41,7 @@ <item row="2" column="0"> <widget class="QLabel" name="labelPostExitCmd"> <property name="text"> - <string>Post-exit command:</string> + <string>P&ost-exit command:</string> </property> </widget> </item> @@ -51,7 +51,7 @@ <item row="0" column="0"> <widget class="QLabel" name="labelPreLaunchCmd"> <property name="text"> - <string>Pre-launch command:</string> + <string>&Pre-launch command:</string> </property> </widget> </item> @@ -61,7 +61,7 @@ <item row="1" column="0"> <widget class="QLabel" name="labelWrapperCmd"> <property name="text"> - <string>Wrapper command:</string> + <string>&Wrapper command:</string> </property> </widget> </item> |