aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhilip Kaufmann <[email protected]>2014-11-20 12:45:38 +0100
committerPhilip Kaufmann <[email protected]>2014-11-20 12:45:38 +0100
commitaabe61cb37373913c9df4c86a7eed4e5b0bbf7a1 (patch)
tree3e20ef9af52c1e7db9ee2de3413c8d4ce33211c7
parentdoc: add libgmp dependency for secp256k1 (diff)
downloaddiscoin-aabe61cb37373913c9df4c86a7eed4e5b0bbf7a1.tar.xz
discoin-aabe61cb37373913c9df4c86a7eed4e5b0bbf7a1.zip
[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.ui4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/qt/forms/optionsdialog.ui b/src/qt/forms/optionsdialog.ui
index 3446cf5c3..51156ade4 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>