aboutsummaryrefslogtreecommitdiff
path: root/src/qt
diff options
context:
space:
mode:
authorWladimir J. van der Laan <laanwj@gmail.com>2014-11-21 10:21:33 +0100
committerWladimir J. van der Laan <laanwj@gmail.com>2014-11-21 10:21:56 +0100
commitdb5308f447ddc2d4b9af126b38221fbaecb0d98b (patch)
tree5d46a6f8729bb4b6d5a82415462d1ebb51ecea28 /src/qt
parent216685a6df84379f17787848633780f5a52fb07c (diff)
parentaabe61cb37373913c9df4c86a7eed4e5b0bbf7a1 (diff)
downloadbitcoin-db5308f447ddc2d4b9af126b38221fbaecb0d98b.tar.xz
Merge pull request #5322
aabe61c [Qt] explicitly call proxy in GUI settings SOCKS5 proxy (Philip Kaufmann)
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>