mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-03-04 13:55:23 -05:00
GUI/Options: Restore "S" accelerator for "Start on system login" option
Shift RPC server option to use "P" instead
This commit is contained in:
parent
bd5c826a96
commit
25a581419d
1 changed files with 2 additions and 2 deletions
|
@ -33,7 +33,7 @@
|
|||
<string>Automatically start %1 after logging in to the system.</string>
|
||||
</property>
|
||||
<property name="text">
|
||||
<string>Start %1 on system &login</string>
|
||||
<string>&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 &server</string>
|
||||
<string extracomment="An Options window setting to enable the RPC server.">Enable R&PC server</string>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
|
|
Loading…
Add table
Reference in a new issue