diff options
| author | Ross Nicoll <[email protected]> | 2018-01-20 17:55:38 +0000 |
|---|---|---|
| committer | Ross Nicoll <[email protected]> | 2019-03-25 05:36:11 +0000 |
| commit | 4a87b53e556e5f1ecfa53f606f9a26b50d2d6fea (patch) | |
| tree | 0e0b1c7e38b695b677691459adc010d22d4e4aa1 /src/qt/forms/optionsdialog.ui | |
| parent | Fix copyright substitution (diff) | |
| download | discoin-4a87b53e556e5f1ecfa53f606f9a26b50d2d6fea.tar.xz discoin-4a87b53e556e5f1ecfa53f606f9a26b50d2d6fea.zip | |
Update QT client messages and translations to Doge equivalents (#1429)
Update QT client messages and translations to Doge equivalents.
Diffstat (limited to 'src/qt/forms/optionsdialog.ui')
| -rw-r--r-- | src/qt/forms/optionsdialog.ui | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/qt/forms/optionsdialog.ui b/src/qt/forms/optionsdialog.ui index 0b2920187..0732be241 100644 --- a/src/qt/forms/optionsdialog.ui +++ b/src/qt/forms/optionsdialog.ui @@ -189,7 +189,7 @@ <item> <widget class="QCheckBox" name="mapPortUpnp"> <property name="toolTip"> - <string>Automatically open the Bitcoin client port on the router. This only works when your router supports UPnP and it is enabled.</string> + <string>Automatically open the Dogecoin client port on the router. This only works when your router supports UPnP and it is enabled.</string> </property> <property name="text"> <string>Map port using &UPnP</string> @@ -209,7 +209,7 @@ <item> <widget class="QCheckBox" name="connectSocks"> <property name="toolTip"> - <string>Connect to the Bitcoin network through a SOCKS5 proxy.</string> + <string>Connect to the Dogecoin network through a SOCKS5 proxy.</string> </property> <property name="text"> <string>&Connect through SOCKS5 proxy (default proxy):</string> @@ -396,7 +396,7 @@ <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 Dogecoin network through a separate SOCKS5 proxy for Tor hidden services.</string> </property> <property name="text"> <string>Use separate SOCKS5 proxy to reach peers via Tor hidden services:</string> |