aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSefa Eyeoglu <contact@scrumplex.net>2022-05-27 14:50:06 +0200
committerSefa Eyeoglu <contact@scrumplex.net>2022-05-27 14:50:06 +0200
commit6fb5bb6a5e73d8e967d9bcc142683cdd4ff080ff (patch)
treeb1879f13f65a371bb9560354b0d9f4a8733f5ce6
parent3ff26d5cfe293c635655d35e96d093ef0b383dc2 (diff)
downloadPrismLauncher-6fb5bb6a5e73d8e967d9bcc142683cdd4ff080ff.tar.gz
PrismLauncher-6fb5bb6a5e73d8e967d9bcc142683cdd4ff080ff.tar.bz2
PrismLauncher-6fb5bb6a5e73d8e967d9bcc142683cdd4ff080ff.zip
fix: fix mnemonics in APIPage
-rw-r--r--launcher/ui/pages/global/APIPage.ui12
1 files changed, 9 insertions, 3 deletions
diff --git a/launcher/ui/pages/global/APIPage.ui b/launcher/ui/pages/global/APIPage.ui
index cf15065b..5c927391 100644
--- a/launcher/ui/pages/global/APIPage.ui
+++ b/launcher/ui/pages/global/APIPage.ui
@@ -36,13 +36,16 @@
<item>
<widget class="QGroupBox" name="groupBox_paste">
<property name="title">
- <string>Pastebin Service</string>
+ <string>&amp;Pastebin Service</string>
</property>
<layout class="QVBoxLayout" name="verticalLayout_3">
<item>
<widget class="QLabel" name="pasteServiceTypeLabel">
<property name="text">
- <string>Paste Service Type</string>
+ <string>Paste Service &amp;Type</string>
+ </property>
+ <property name="buddy">
+ <cstring>pasteTypeComboBox</cstring>
</property>
</widget>
</item>
@@ -52,7 +55,10 @@
<item>
<widget class="QLabel" name="baseURLLabel">
<property name="text">
- <string>Base URL</string>
+ <string>Base &amp;URL</string>
+ </property>
+ <property name="buddy">
+ <cstring>baseURLEntry</cstring>
</property>
</widget>
</item>