[Qt] explicitly call proxy in GUI settings SOCKS5 proxy

- to ensure a consistent wording between core and GUI
This commit is contained in:
Philip Kaufmann 2014-11-20 12:45:38 +01:00
parent b5d1b10929
commit aabe61cb37

View file

@ -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>