From fb2567fc6ae6b170266125f1c3548206d28f5ac9 Mon Sep 17 00:00:00 2001 From: Chuanyi Date: Sun, 21 Nov 2021 16:55:26 +0800 Subject: [PATCH] fix a grammar problem Who own the private keys own the coins. -> Who owns the private keys owns the coins. --- src/qt/overviewpage.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/qt/overviewpage.cpp b/src/qt/overviewpage.cpp index c8ea899af..74b6cc044 100644 --- a/src/qt/overviewpage.cpp +++ b/src/qt/overviewpage.cpp @@ -160,7 +160,7 @@ void OverviewPage::UpdateTip() tr("Backup your private key to recover your coins, using 'File' > 'Backup Wallet'"), tr("Always do your own research before using an external cryptocurrency service"), tr("Never share your private key to an untrustworthy person."), - tr("Who own the private keys own the coins."), + tr("Who owns the private keys owns 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") };