diff options
author | Philip Kaufmann <phil.kaufmann@t-online.de> | 2014-11-20 12:45:38 +0100 |
---|---|---|
committer | Philip Kaufmann <phil.kaufmann@t-online.de> | 2014-11-20 12:45:38 +0100 |
commit | aabe61cb37373913c9df4c86a7eed4e5b0bbf7a1 (patch) | |
tree | 3e20ef9af52c1e7db9ee2de3413c8d4ce33211c7 | |
parent | b5d1b1092998bc95313856d535c632ea5a8f9104 (diff) |
[Qt] explicitly call proxy in GUI settings SOCKS5 proxy
- to ensure a consistent wording between core and GUI
-rw-r--r-- | src/qt/forms/optionsdialog.ui | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/qt/forms/optionsdialog.ui b/src/qt/forms/optionsdialog.ui index 3446cf5c33..51156ade4f 100644 --- a/src/qt/forms/optionsdialog.ui +++ b/src/qt/forms/optionsdialog.ui @@ -209,10 +209,10 @@ <item> <widget class="QCheckBox" name="connectSocks"> <property name="toolTip"> - <string>Connect to the Bitcoin network through a SOCKS proxy.</string> + <string>Connect to the Bitcoin network through a SOCKS5 proxy.</string> </property> <property name="text"> - <string>&Connect through SOCKS proxy (default proxy):</string> + <string>&Connect through SOCKS5 proxy (default proxy):</string> </property> </widget> </item> |