diff options
| author | Ross Nicoll <[email protected]> | 2015-08-05 18:48:47 +0100 |
|---|---|---|
| committer | J Ross Nicoll <[email protected]> | 2015-10-31 14:49:40 +0000 |
| commit | 3d0f19a3a06775cf4572c484e8d461fb5a796a8b (patch) | |
| tree | 43ceec8d0580b6030e92fc912455c05eed345378 /src/qt/guiutil.cpp | |
| parent | Added wallet_bgcoin.png to QT makefile (diff) | |
| download | discoin-3d0f19a3a06775cf4572c484e8d461fb5a796a8b.tar.xz discoin-3d0f19a3a06775cf4572c484e8d461fb5a796a8b.zip | |
Update QT client messages and corresponding translations
Update QT client messages and translations to Doge equivalents. Where specific contributions
were made in languages for Dogecoin, those translations are used in preference.
Diffstat (limited to 'src/qt/guiutil.cpp')
| -rw-r--r-- | src/qt/guiutil.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/qt/guiutil.cpp b/src/qt/guiutil.cpp index 053d03cb5..b928cebf1 100644 --- a/src/qt/guiutil.cpp +++ b/src/qt/guiutil.cpp @@ -103,7 +103,7 @@ void setupAddressWidget(QValidatedLineEdit *widget, QWidget *parent) #if QT_VERSION >= 0x040700 // We don't want translators to use own addresses in translations // and this is the only place, where this address is supplied. - widget->setPlaceholderText(QObject::tr("Enter a Bitcoin address (e.g. %1)").arg("1NS17iag9jJgTHD1VXjvLCEnZuQ3rJDE9L")); + widget->setPlaceholderText(QObject::tr("Enter a Dogecoin address (e.g. %1)").arg("DEaT9KZM6b6oDZMr8pj7pWTLZSdtYZFAx8")); #endif widget->setValidator(new BitcoinAddressEntryValidator(parent)); widget->setCheckValidator(new BitcoinAddressCheckValidator(parent)); |