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/paymentserver.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/paymentserver.cpp')
| -rw-r--r-- | src/qt/paymentserver.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/qt/paymentserver.cpp b/src/qt/paymentserver.cpp index 3ac9b41c2..5f8a6bc37 100644 --- a/src/qt/paymentserver.cpp +++ b/src/qt/paymentserver.cpp @@ -328,7 +328,7 @@ PaymentServer::PaymentServer(QObject* parent, bool startLocalServer) : if (!uriServer->listen(name)) { // constructor is called early in init, so don't use "emit message()" here QMessageBox::critical(0, tr("Payment request error"), - tr("Cannot start bitcoin: click-to-pay handler")); + tr("Cannot start dogecoin: click-to-pay handler")); } else { connect(uriServer, SIGNAL(newConnection()), this, SLOT(handleURIConnection())); |