[Qt] explicitly call proxy in GUI settings SOCKS5 proxy
- to ensure a consistent wording between core and GUI
This commit is contained in:
parent
b5d1b10929
commit
aabe61cb37
1 changed files with 2 additions and 2 deletions
|
@ -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>&Connect through SOCKS proxy (default proxy):</string>
|
<string>&Connect through SOCKS5 proxy (default proxy):</string>
|
||||||
</property>
|
</property>
|
||||||
</widget>
|
</widget>
|
||||||
</item>
|
</item>
|
||||||
|
|
Loading…
Reference in a new issue