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 | |
| 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')
| -rw-r--r-- | src/qt/forms/intro.ui | 2 | ||||
| -rw-r--r-- | src/qt/forms/optionsdialog.ui | 6 | ||||
| -rw-r--r-- | src/qt/forms/overviewpage.ui | 4 | ||||
| -rw-r--r-- | src/qt/forms/receivecoinsdialog.ui | 4 | ||||
| -rw-r--r-- | src/qt/forms/sendcoinsentry.ui | 4 | ||||
| -rw-r--r-- | src/qt/forms/signverifymessagedialog.ui | 8 |
6 files changed, 14 insertions, 14 deletions
diff --git a/src/qt/forms/intro.ui b/src/qt/forms/intro.ui index e4ff3da1a..b646a14d6 100644 --- a/src/qt/forms/intro.ui +++ b/src/qt/forms/intro.ui @@ -56,7 +56,7 @@ <item> <widget class="QLabel" name="sizeWarningLabel"> <property name="text"> - <string>%1 will download and store a copy of the Bitcoin block chain. At least %2GB of data will be stored in this directory, and it will grow over time. The wallet will also be stored in this directory.</string> + <string>%1 will download and store a copy of the Dogecoin block chain. At least %2GB of data will be stored in this directory, and it will grow over time. The wallet will also be stored in this directory.</string> </property> <property name="wordWrap"> <bool>true</bool> 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> diff --git a/src/qt/forms/overviewpage.ui b/src/qt/forms/overviewpage.ui index d53861541..9c8992d63 100644 --- a/src/qt/forms/overviewpage.ui +++ b/src/qt/forms/overviewpage.ui @@ -73,7 +73,7 @@ </size> </property> <property name="toolTip"> - <string>The displayed information may be out of date. Your wallet automatically synchronizes with the Bitcoin network after a connection is established, but this process has not completed yet.</string> + <string>The displayed information may be out of date. Your wallet automatically synchronizes with the Dogecoin network after a connection is established, but this process has not completed yet.</string> </property> <property name="text"> <string/> @@ -478,7 +478,7 @@ </size> </property> <property name="toolTip"> - <string>The displayed information may be out of date. Your wallet automatically synchronizes with the Bitcoin network after a connection is established, but this process has not completed yet.</string> + <string>The displayed information may be out of date. Your wallet automatically synchronizes with the Dogecoin network after a connection is established, but this process has not completed yet.</string> </property> <property name="text"> <string/> diff --git a/src/qt/forms/receivecoinsdialog.ui b/src/qt/forms/receivecoinsdialog.ui index 03fcb2fb5..ab31cf146 100644 --- a/src/qt/forms/receivecoinsdialog.ui +++ b/src/qt/forms/receivecoinsdialog.ui @@ -48,7 +48,7 @@ <item row="6" column="0"> <widget class="QLabel" name="label_3"> <property name="toolTip"> - <string>An optional message to attach to the payment request, which will be displayed when the request is opened. Note: The message will not be sent with the payment over the Bitcoin network.</string> + <string>An optional message to attach to the payment request, which will be displayed when the request is opened. Note: The message will not be sent with the payment over the Dogecoin network.</string> </property> <property name="text"> <string>&Message:</string> @@ -71,7 +71,7 @@ <item row="6" column="2"> <widget class="QLineEdit" name="reqMessage"> <property name="toolTip"> - <string>An optional message to attach to the payment request, which will be displayed when the request is opened. Note: The message will not be sent with the payment over the Bitcoin network.</string> + <string>An optional message to attach to the payment request, which will be displayed when the request is opened. Note: The message will not be sent with the payment over the Dogecoin network.</string> </property> </widget> </item> diff --git a/src/qt/forms/sendcoinsentry.ui b/src/qt/forms/sendcoinsentry.ui index df06f3683..5a83440bd 100644 --- a/src/qt/forms/sendcoinsentry.ui +++ b/src/qt/forms/sendcoinsentry.ui @@ -57,7 +57,7 @@ <item> <widget class="QValidatedLineEdit" name="payTo"> <property name="toolTip"> - <string>The Bitcoin address to send the payment to</string> + <string>The Dogecoin address to send the payment to</string> </property> </widget> </item> @@ -192,7 +192,7 @@ <item row="3" column="1"> <widget class="QLabel" name="messageTextLabel"> <property name="toolTip"> - <string>A message that was attached to the bitcoin: URI which will be stored with the transaction for your reference. Note: This message will not be sent over the Bitcoin network.</string> + <string>A message that was attached to the bitcoin: URI which will be stored with the transaction for your reference. Note: This message will not be sent over the Dogecoin network.</string> </property> <property name="textFormat"> <enum>Qt::PlainText</enum> diff --git a/src/qt/forms/signverifymessagedialog.ui b/src/qt/forms/signverifymessagedialog.ui index 92f6430c5..86479ed24 100644 --- a/src/qt/forms/signverifymessagedialog.ui +++ b/src/qt/forms/signverifymessagedialog.ui @@ -48,7 +48,7 @@ <item> <widget class="QValidatedLineEdit" name="addressIn_SM"> <property name="toolTip"> - <string>The Bitcoin address to sign the message with</string> + <string>The Dogecoin address to sign the message with</string> </property> </widget> </item> @@ -152,7 +152,7 @@ <item> <widget class="QPushButton" name="signMessageButton_SM"> <property name="toolTip"> - <string>Sign the message to prove you own this Bitcoin address</string> + <string>Sign the message to prove you own this Dogecoin address</string> </property> <property name="text"> <string>Sign &Message</string> @@ -258,7 +258,7 @@ <item> <widget class="QValidatedLineEdit" name="addressIn_VM"> <property name="toolTip"> - <string>The Bitcoin address the message was signed with</string> + <string>The Dogecoin address the message was signed with</string> </property> </widget> </item> @@ -295,7 +295,7 @@ <item> <widget class="QPushButton" name="verifyMessageButton_VM"> <property name="toolTip"> - <string>Verify the message to ensure it was signed with the specified Bitcoin address</string> + <string>Verify the message to ensure it was signed with the specified Dogecoin address</string> </property> <property name="text"> <string>Verify &Message</string> |