From d178c20b1f90e623b7c537aca5b03a1385b8fef7 Mon Sep 17 00:00:00 2001 From: SomberNight Date: Sun, 24 Sep 2017 01:42:24 +0200 Subject: [PATCH] grammar fix (trustedcoin) --- plugins/trustedcoin/qt.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/trustedcoin/qt.py b/plugins/trustedcoin/qt.py index 09165d24..828bf4e7 100644 --- a/plugins/trustedcoin/qt.py +++ b/plugins/trustedcoin/qt.py @@ -49,7 +49,7 @@ class Plugin(TrustedCoinPlugin): return if wallet.can_sign_without_server(): msg = ' '.join([ - _('This wallet is was restored from seed, and it contains two master private keys.'), + _('This wallet was restored from seed, and it contains two master private keys.'), _('Therefore, two-factor authentication is disabled.') ]) action = lambda: window.show_message(msg)