diff options
Diffstat (limited to 'src/qt/overviewpage.cpp')
| -rw-r--r-- | src/qt/overviewpage.cpp | 2 |
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(); |