From e64843ced509c24f783276d4cc0f2f26c9d527f2 Mon Sep 17 00:00:00 2001 From: Tomo Ueda Date: Thu, 2 Sep 2021 12:55:18 -0700 Subject: really s/Doge/Dis/g this time --- src/qt/paymentserver.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/qt/paymentserver.cpp') 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; -- cgit v1.2.3