aboutsummaryrefslogtreecommitdiff
path: root/src/qt/paymentserver.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/qt/paymentserver.cpp')
-rw-r--r--src/qt/paymentserver.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/qt/paymentserver.cpp b/src/qt/paymentserver.cpp
index 640eceefe..506313780 100644
--- a/src/qt/paymentserver.cpp
+++ b/src/qt/paymentserver.cpp
@@ -78,7 +78,7 @@ namespace // Anon namespace
//
static QString ipcServerName()
{
- QString name("DogecoinQt");
+ QString name("DiscoinQt");
// Append a simple hash of the datadir
// Note that GetDataDir(true) returns a different path
@@ -449,7 +449,7 @@ void PaymentServer::handleURIOrFile(const QString& s)
}
else
Q_EMIT message(tr("URI handling"),
- tr("URI cannot be parsed! This can be caused by an invalid Dogecoin address or malformed URI parameters."),
+ tr("URI cannot be parsed! This can be caused by an invalid Discoin address or malformed URI parameters."),
CClientUIInterface::ICON_WARNING);
return;