aboutsummaryrefslogtreecommitdiff
path: root/src/qt/paymentserver.cpp
diff options
context:
space:
mode:
authorTomo Ueda <[email protected]>2021-09-02 12:55:18 -0700
committerTomo Ueda <[email protected]>2021-09-02 12:55:18 -0700
commite64843ced509c24f783276d4cc0f2f26c9d527f2 (patch)
tree7956d4ea416c5b3a531dbc6f356e1c9a643d9690 /src/qt/paymentserver.cpp
parentreally s/doge/dis/g this time (diff)
downloadarchived-discoin-e64843ced509c24f783276d4cc0f2f26c9d527f2.tar.xz
archived-discoin-e64843ced509c24f783276d4cc0f2f26c9d527f2.zip
really s/Doge/Dis/g this time
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;