diff options
author | Riccardo Masutti <46527252+RiccardoMasutti@users.noreply.github.com> | 2020-08-01 15:10:26 +0200 |
---|---|---|
committer | Riccardo Masutti <riccardo@android-2b910106bc1757ea> | 2020-08-07 14:55:02 +0200 |
commit | 1e72b68ab330c72644981508c8a1b3fa670d086f (patch) | |
tree | cc16b2bff6367030f033a7c9549eb4cbeb0f0906 /src/qt | |
parent | f7c73b03d975a72f609ded2bbe250c1c8a76a944 (diff) |
Replace `hidden service` with `onion service`
For a couple of years, Tor documentation has made
the term hidden service obsolete, in favor of onion
service.
This PR updates all the references in the code base.
Diffstat (limited to 'src/qt')
-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 fea759dee0..0016fb9739 100644 --- a/src/qt/forms/optionsdialog.ui +++ b/src/qt/forms/optionsdialog.ui @@ -459,10 +459,10 @@ <item> <widget class="QCheckBox" name="connectSocksTor"> <property name="toolTip"> - <string>Connect to the Bitcoin network through a separate SOCKS5 proxy for Tor hidden services.</string> + <string>Connect to the Bitcoin network through a separate SOCKS5 proxy for Tor onion services.</string> </property> <property name="text"> - <string>Use separate SOCKS&5 proxy to reach peers via Tor hidden services:</string> + <string>Use separate SOCKS&5 proxy to reach peers via Tor onion services:</string> </property> </widget> </item> |