aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorLuke Dashjr <luke-jr+git@utopios.org>2021-10-07 18:16:41 +0000
committerLuke Dashjr <luke-jr+git@utopios.org>2021-10-07 18:17:32 +0000
commit25a581419d10b3c7d99789da18afd51f2984fbc8 (patch)
tree17b38bc7937aa4b74dd6ea90fdad8e5b2b86a83a /src
parentbd5c826a9630f41255497e0c9a0f1872b5ab78d5 (diff)
downloadbitcoin-25a581419d10b3c7d99789da18afd51f2984fbc8.tar.xz
GUI/Options: Restore "S" accelerator for "Start on system login" option
Shift RPC server option to use "P" instead
Diffstat (limited to 'src')
-rw-r--r--src/qt/forms/optionsdialog.ui4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/qt/forms/optionsdialog.ui b/src/qt/forms/optionsdialog.ui
index 4ece0e2310..689de87709 100644
--- a/src/qt/forms/optionsdialog.ui
+++ b/src/qt/forms/optionsdialog.ui
@@ -33,7 +33,7 @@
<string>Automatically start %1 after logging in to the system.</string>
</property>
<property name="text">
- <string>Start %1 on system &amp;login</string>
+ <string>&amp;Start %1 on system login</string>
</property>
</widget>
</item>
@@ -186,7 +186,7 @@
<string extracomment="Tooltip text for Options window setting that enables the RPC server.">This allows you or a third party tool to communicate with the node through command-line and JSON-RPC commands.</string>
</property>
<property name="text">
- <string extracomment="An Options window setting to enable the RPC server.">Enable RPC &amp;server</string>
+ <string extracomment="An Options window setting to enable the RPC server.">Enable R&amp;PC server</string>
</property>
</widget>
</item>