aboutsummaryrefslogtreecommitdiff
path: root/launcher/ui
diff options
context:
space:
mode:
authorDaniel Schemp <dschemp@mailbox.org>2022-04-22 00:19:54 +0200
committerDaniel Schemp <dschemp@mailbox.org>2022-04-22 00:19:54 +0200
commit717067e9ebaaaa25d818da9942e54f0deb081781 (patch)
tree74e8c6ad8d8d3e95d494240e5e9ef53545011b4f /launcher/ui
parent5a5797d9144d377e92ffaf9776b49ed60a2e8acb (diff)
downloadPrismLauncher-717067e9ebaaaa25d818da9942e54f0deb081781.tar.gz
PrismLauncher-717067e9ebaaaa25d818da9942e54f0deb081781.tar.bz2
PrismLauncher-717067e9ebaaaa25d818da9942e54f0deb081781.zip
added: Mnemonics for Settings/Proxy
Diffstat (limited to 'launcher/ui')
-rw-r--r--launcher/ui/pages/global/ProxyPage.ui10
1 files changed, 5 insertions, 5 deletions
diff --git a/launcher/ui/pages/global/ProxyPage.ui b/launcher/ui/pages/global/ProxyPage.ui
index 347fa86c..5a2fc73d 100644
--- a/launcher/ui/pages/global/ProxyPage.ui
+++ b/launcher/ui/pages/global/ProxyPage.ui
@@ -81,7 +81,7 @@
<item>
<widget class="QRadioButton" name="proxySOCKS5Btn">
<property name="text">
- <string>SOC&amp;KS5</string>
+ <string>&amp;SOCKS5</string>
</property>
<attribute name="buttonGroup">
<string notr="true">proxyGroup</string>
@@ -91,7 +91,7 @@
<item>
<widget class="QRadioButton" name="proxyHTTPBtn">
<property name="text">
- <string>H&amp;TTP</string>
+ <string>&amp;HTTP</string>
</property>
<attribute name="buttonGroup">
<string notr="true">proxyGroup</string>
@@ -104,7 +104,7 @@
<item>
<widget class="QGroupBox" name="proxyAddrBox">
<property name="title">
- <string>Address and Port</string>
+ <string>&amp;Address and Port</string>
</property>
<layout class="QHBoxLayout" name="horizontalLayout_2">
<item>
@@ -145,14 +145,14 @@
<item row="0" column="0">
<widget class="QLabel" name="proxyUsernameLabel">
<property name="text">
- <string>Username:</string>
+ <string>&amp;Username:</string>
</property>
</widget>
</item>
<item row="1" column="0">
<widget class="QLabel" name="proxyPasswordLabel">
<property name="text">
- <string>Password:</string>
+ <string>&amp;Password:</string>
</property>
</widget>
</item>