diff options
| author | James Evans <[email protected]> | 2017-07-22 18:49:45 +0200 |
|---|---|---|
| committer | Jonas Schnelli <[email protected]> | 2017-09-07 08:55:58 -0700 |
| commit | d2be7b25b55a80842265a74f5fee48e5e6539446 (patch) | |
| tree | 3469c0f84eda6986768fbe245bda7447c524fe79 /src | |
| parent | Merge #10893: [QA] Avoid running multiwallet.py twice (diff) | |
| download | discoin-d2be7b25b55a80842265a74f5fee48e5e6539446.tar.xz discoin-d2be7b25b55a80842265a74f5fee48e5e6539446.zip | |
Typo in optionsdialog.ui
Tooltip displayed ampersand incorrectly, & should be in text.
Diffstat (limited to 'src')
| -rw-r--r-- | src/qt/forms/optionsdialog.ui | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/src/qt/forms/optionsdialog.ui b/src/qt/forms/optionsdialog.ui index 14078b9ee..e31bfee05 100644 --- a/src/qt/forms/optionsdialog.ui +++ b/src/qt/forms/optionsdialog.ui @@ -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> |