merge bitcoin-core/gui#449: Restore "S" accelerator for "Start on system login" option

This commit is contained in:
Kittywhiskers Van Gogh 2021-10-07 18:16:41 +00:00
parent 063ef3a2d0
commit 694f3e9cf1
No known key found for this signature in database
GPG Key ID: 30CD0C065E5C4AAD

View File

@ -112,7 +112,7 @@
<string>Automatically start %1 after logging in to the system.</string> <string>Automatically start %1 after logging in to the system.</string>
</property> </property>
<property name="text"> <property name="text">
<string>Start %1 on system &amp;login</string> <string>&amp;Start %1 on system login</string>
</property> </property>
</widget> </widget>
</item> </item>
@ -304,7 +304,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> <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>
<property name="text"> <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> </property>
</widget> </widget>
</item> </item>