aboutsummaryrefslogtreecommitdiff
path: root/src/qt
diff options
context:
space:
mode:
authorPhilip Kaufmann <phil.kaufmann@t-online.de>2014-11-20 12:45:38 +0100
committerPhilip Kaufmann <phil.kaufmann@t-online.de>2014-11-20 12:45:38 +0100
commitaabe61cb37373913c9df4c86a7eed4e5b0bbf7a1 (patch)
tree3e20ef9af52c1e7db9ee2de3413c8d4ce33211c7 /src/qt
parentb5d1b1092998bc95313856d535c632ea5a8f9104 (diff)
downloadbitcoin-aabe61cb37373913c9df4c86a7eed4e5b0bbf7a1.tar.xz
[Qt] explicitly call proxy in GUI settings SOCKS5 proxy
- to ensure a consistent wording between core and GUI
Diffstat (limited to 'src/qt')
-rw-r--r--src/qt/forms/optionsdialog.ui4
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>&amp;Connect through SOCKS proxy (default proxy):</string>
+ <string>&amp;Connect through SOCKS5 proxy (default proxy):</string>
</property>
</widget>
</item>