diff options
| author | Wladimir J. van der Laan <[email protected]> | 2014-11-21 10:21:33 +0100 |
|---|---|---|
| committer | Wladimir J. van der Laan <[email protected]> | 2014-11-21 10:21:56 +0100 |
| commit | db5308f447ddc2d4b9af126b38221fbaecb0d98b (patch) | |
| tree | 5d46a6f8729bb4b6d5a82415462d1ebb51ecea28 /src | |
| parent | Merge pull request #5332 (diff) | |
| parent | [Qt] explicitly call proxy in GUI settings SOCKS5 proxy (diff) | |
| download | discoin-db5308f447ddc2d4b9af126b38221fbaecb0d98b.tar.xz discoin-db5308f447ddc2d4b9af126b38221fbaecb0d98b.zip | |
Merge pull request #5322
aabe61c [Qt] explicitly call proxy in GUI settings SOCKS5 proxy (Philip Kaufmann)
Diffstat (limited to 'src')
| -rw-r--r-- | src/qt/forms/optionsdialog.ui | 4 |
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>&Connect through SOCKS proxy (default proxy):</string> + <string>&Connect through SOCKS5 proxy (default proxy):</string> </property> </widget> </item> |