mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-01-25 10:43:19 -03:00
Typo in optionsdialog.ui
Tooltip displayed ampersand incorrectly, & should be in text.
This commit is contained in:
parent
0c173a15ca
commit
d2be7b25b5
1 changed files with 6 additions and 6 deletions
|
@ -199,10 +199,10 @@
|
||||||
<item>
|
<item>
|
||||||
<widget class="QCheckBox" name="allowIncoming">
|
<widget class="QCheckBox" name="allowIncoming">
|
||||||
<property name="toolTip">
|
<property name="toolTip">
|
||||||
<string>Accept connections from outside</string>
|
<string>Accept connections from outside.</string>
|
||||||
</property>
|
</property>
|
||||||
<property name="text">
|
<property name="text">
|
||||||
<string>Allow incoming connections</string>
|
<string>Allow incomin&g connections</string>
|
||||||
</property>
|
</property>
|
||||||
</widget>
|
</widget>
|
||||||
</item>
|
</item>
|
||||||
|
@ -399,7 +399,7 @@
|
||||||
<string>Connect to the Bitcoin network through a separate SOCKS5 proxy for Tor hidden services.</string>
|
<string>Connect to the Bitcoin network through a separate SOCKS5 proxy for Tor hidden services.</string>
|
||||||
</property>
|
</property>
|
||||||
<property name="text">
|
<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>
|
</property>
|
||||||
</widget>
|
</widget>
|
||||||
</item>
|
</item>
|
||||||
|
@ -507,10 +507,10 @@
|
||||||
<item>
|
<item>
|
||||||
<widget class="QCheckBox" name="hideTrayIcon">
|
<widget class="QCheckBox" name="hideTrayIcon">
|
||||||
<property name="toolTip">
|
<property name="toolTip">
|
||||||
<string>&Hide the icon from the system tray.</string>
|
<string>Hide the icon from the system tray.</string>
|
||||||
</property>
|
</property>
|
||||||
<property name="text">
|
<property name="text">
|
||||||
<string>Hide tray icon</string>
|
<string>&Hide tray icon</string>
|
||||||
</property>
|
</property>
|
||||||
</widget>
|
</widget>
|
||||||
</item>
|
</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>
|
<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>
|
||||||
<property name="text">
|
<property name="text">
|
||||||
<string>Third party transaction URLs</string>
|
<string>&Third party transaction URLs</string>
|
||||||
</property>
|
</property>
|
||||||
<property name="buddy">
|
<property name="buddy">
|
||||||
<cstring>thirdPartyTxUrls</cstring>
|
<cstring>thirdPartyTxUrls</cstring>
|
||||||
|
|
Loading…
Add table
Reference in a new issue