diff options
author | Daniel Schemp <dschemp@mailbox.org> | 2022-04-22 00:16:11 +0200 |
---|---|---|
committer | Daniel Schemp <dschemp@mailbox.org> | 2022-04-22 00:16:11 +0200 |
commit | 75826aca13d5dcafb630c955f8349c3354503003 (patch) | |
tree | d0eae2ff4c15fb815192410ec73d30ed30c0412c /launcher/ui | |
parent | f52b7c030ff537d6465417adc722c23da7423bc3 (diff) | |
download | PrismLauncher-75826aca13d5dcafb630c955f8349c3354503003.tar.gz PrismLauncher-75826aca13d5dcafb630c955f8349c3354503003.tar.bz2 PrismLauncher-75826aca13d5dcafb630c955f8349c3354503003.zip |
added: Mnemonics for Settings/Java
Diffstat (limited to 'launcher/ui')
-rw-r--r-- | launcher/ui/pages/global/JavaPage.ui | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/launcher/ui/pages/global/JavaPage.ui b/launcher/ui/pages/global/JavaPage.ui index d27b200f..bb195770 100644 --- a/launcher/ui/pages/global/JavaPage.ui +++ b/launcher/ui/pages/global/JavaPage.ui @@ -70,14 +70,14 @@ <item row="0" column="0"> <widget class="QLabel" name="labelMinMem"> <property name="text"> - <string>Minimum memory allocation:</string> + <string>&Minimum memory allocation:</string> </property> </widget> </item> <item row="1" column="0"> <widget class="QLabel" name="labelMaxMem"> <property name="text"> - <string>Maximum memory allocation:</string> + <string>Ma&ximum memory allocation:</string> </property> </widget> </item> @@ -106,7 +106,7 @@ <item row="2" column="0"> <widget class="QLabel" name="labelPermGen"> <property name="text"> - <string notr="true">PermGen:</string> + <string notr="true">&PermGen:</string> </property> </widget> </item> @@ -150,7 +150,7 @@ </sizepolicy> </property> <property name="text"> - <string>Java path:</string> + <string>&Java path:</string> </property> </widget> </item> @@ -192,7 +192,7 @@ </sizepolicy> </property> <property name="text"> - <string>JVM arguments:</string> + <string>J&VM arguments:</string> </property> </widget> </item> @@ -205,7 +205,7 @@ </sizepolicy> </property> <property name="text"> - <string>Auto-detect...</string> + <string>&Auto-detect...</string> </property> </widget> </item> @@ -218,7 +218,7 @@ </sizepolicy> </property> <property name="text"> - <string>Test</string> + <string>&Test</string> </property> </widget> </item> @@ -234,7 +234,7 @@ <string>If enabled, the launcher will not check if an instance is compatible with the selected Java version.</string> </property> <property name="text"> - <string>Skip Java compatibility checks</string> + <string>&Skip Java compatibility checks</string> </property> </widget> </item> |