Skip to content

Commit

Permalink
Typo in optionsdialog.ui
Browse files Browse the repository at this point in the history
Tooltip displayed ampersand incorrectly, & should be in text.
  • Loading branch information
keystrike authored and jonasschnelli committed Sep 7, 2017
1 parent 0c173a1 commit d2be7b2
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions src/qt/forms/optionsdialog.ui
Expand Up @@ -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&amp;g connections</string>
</property>
</widget>
</item>
Expand Down Expand Up @@ -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&amp;5 proxy to reach peers via Tor hidden services:</string>
</property>
</widget>
</item>
Expand Down Expand Up @@ -507,10 +507,10 @@
<item>
<widget class="QCheckBox" name="hideTrayIcon">
<property name="toolTip">
<string>&amp;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>&amp;Hide tray icon</string>
</property>
</widget>
</item>
Expand Down Expand Up @@ -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>&amp;Third party transaction URLs</string>
</property>
<property name="buddy">
<cstring>thirdPartyTxUrls</cstring>
Expand Down

0 comments on commit d2be7b2

Please sign in to comment.