mirror of
https://github.com/dashpay/dash.git
synced 2024-12-27 04:52:59 +01:00
Merge #10911: [qt] Fix typo and access key in optionsdialog.ui
d2be7b25b
Typo in optionsdialog.ui Tooltip displayed ampersand incorrectly, & should be in text. (James Evans)
Pull request description:
Tooltip displayed ampersand incorrectly, & should be in text property rather than tooltip so that access key is correctly displayed for accessibility.
Tree-SHA512: 331848207317d37d4d9db40119d0b7ae9a276d06cd1b057cd0e87d508e1aa769b785246ca30ca9156db632798ec9f68ba8bf78cf42904267b4187bd27cfced35
This commit is contained in:
commit
9c8f3655cc
@ -199,10 +199,10 @@
|
||||
<item>
|
||||
<widget class="QCheckBox" name="allowIncoming">
|
||||
<property name="toolTip">
|
||||
<string>Accept connections from outside</string>
|
||||
<string>Accept connections from outside.</string>
|
||||
</property>
|
||||
<property name="text">
|
||||
<string>Allow incoming connections</string>
|
||||
<string>Allow incomin&g connections</string>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
@ -399,7 +399,7 @@
|
||||
<string>Connect to the Bitcoin network through a separate SOCKS5 proxy for Tor hidden services.</string>
|
||||
</property>
|
||||
<property name="text">
|
||||
<string>Use separate SOCKS5 proxy to reach peers via Tor hidden services:</string>
|
||||
<string>Use separate SOCKS&5 proxy to reach peers via Tor hidden services:</string>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
@ -507,10 +507,10 @@
|
||||
<item>
|
||||
<widget class="QCheckBox" name="hideTrayIcon">
|
||||
<property name="toolTip">
|
||||
<string>&Hide the icon from the system tray.</string>
|
||||
<string>Hide the icon from the system tray.</string>
|
||||
</property>
|
||||
<property name="text">
|
||||
<string>Hide tray icon</string>
|
||||
<string>&Hide tray icon</string>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
@ -610,7 +610,7 @@
|
||||
<string>Third party URLs (e.g. a block explorer) that appear in the transactions tab as context menu items. %s in the URL is replaced by transaction hash. Multiple URLs are separated by vertical bar |.</string>
|
||||
</property>
|
||||
<property name="text">
|
||||
<string>Third party transaction URLs</string>
|
||||
<string>&Third party transaction URLs</string>
|
||||
</property>
|
||||
<property name="buddy">
|
||||
<cstring>thirdPartyTxUrls</cstring>
|
||||
|
Loading…
Reference in New Issue
Block a user