Browse Source

[Qt] explicitly call proxy in GUI settings SOCKS5 proxy

- to ensure a consistent wording between core and GUI
0.10
Philip Kaufmann 10 years ago
parent
commit
aabe61cb37
  1. 4
      src/qt/forms/optionsdialog.ui

4
src/qt/forms/optionsdialog.ui

@ -209,10 +209,10 @@
<item> <item>
<widget class="QCheckBox" name="connectSocks"> <widget class="QCheckBox" name="connectSocks">
<property name="toolTip"> <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>
<property name="text"> <property name="text">
<string>&amp;Connect through SOCKS proxy (default proxy):</string> <string>&amp;Connect through SOCKS5 proxy (default proxy):</string>
</property> </property>
</widget> </widget>
</item> </item>

Loading…
Cancel
Save