diff options
author | Sefa Eyeoglu <contact@scrumplex.net> | 2022-04-25 14:26:10 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-04-25 14:26:10 +0200 |
commit | 52454ca77b200943055fc637409a08b04cb07c7b (patch) | |
tree | b359fb0ba73f5b10a82a8852241288770aa53e8f /launcher/ui/widgets | |
parent | bc06571dbae4dc4b87074caf48bc0b0d796e3d9e (diff) | |
parent | 71777e7a6f5cc6a641c38867a4d087efdb644606 (diff) | |
download | PrismLauncher-52454ca77b200943055fc637409a08b04cb07c7b.tar.gz PrismLauncher-52454ca77b200943055fc637409a08b04cb07c7b.tar.bz2 PrismLauncher-52454ca77b200943055fc637409a08b04cb07c7b.zip |
Merge pull request #480 from dschemp/develop
Diffstat (limited to 'launcher/ui/widgets')
-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> |