aboutsummaryrefslogtreecommitdiff
path: root/src/qt/overviewpage.cpp
diff options
context:
space:
mode:
authorTomo Ueda <[email protected]>2021-09-02 12:54:43 -0700
committerTomo Ueda <[email protected]>2021-09-02 12:54:43 -0700
commitf5c716526aaafb318a98e974c8b2fbe02870646b (patch)
treee14145656fcff86ec2c7a1ecf4ad28e0b40f36aa /src/qt/overviewpage.cpp
parents/DOGE/DIS/g (diff)
downloaddiscoin-f5c716526aaafb318a98e974c8b2fbe02870646b.tar.xz
discoin-f5c716526aaafb318a98e974c8b2fbe02870646b.zip
really s/doge/dis/g this time
Diffstat (limited to 'src/qt/overviewpage.cpp')
-rw-r--r--src/qt/overviewpage.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/qt/overviewpage.cpp b/src/qt/overviewpage.cpp
index cd879002e..89ebc0642 100644
--- a/src/qt/overviewpage.cpp
+++ b/src/qt/overviewpage.cpp
@@ -158,7 +158,7 @@ void OverviewPage::UpdateTip()
tr("Never share your private key to an untrustworthy person."),
tr("Who own the private keys own the coins."),
tr("To see ongoing development and contribute, checkout Dogecoin repository on GitHub!"),
- tr("Services that claim to double your dogecoins are always ponzi schemes")
+ tr("Services that claim to double your discoins are always ponzi schemes")
};
int i = rand() % tips.length();