electrum

Electrum Bitcoin wallet
git clone https://git.parazyd.org/electrum
Log | Files | Refs | Submodules

commit e0a323e0beafd737646f7065ad9c7d3efaec0f90
parent f6178c731403dd2c463396d0b59501506dbfb617
Author: ThomasV <thomasv@electrum.org>
Date:   Sun, 24 Sep 2017 09:27:45 +0200

Merge pull request #2922 from SomberNight/grammar_trustedcoin

grammar fix (trustedcoin)
Diffstat:
Mplugins/trustedcoin/qt.py | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 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)