tMerge pull request #2922 from SomberNight/grammar_trustedcoin - electrum - Electrum Bitcoin wallet
HTML git clone https://git.parazyd.org/electrum
DIR Log
DIR Files
DIR Refs
DIR Submodules
---
DIR commit e0a323e0beafd737646f7065ad9c7d3efaec0f90
DIR parent f6178c731403dd2c463396d0b59501506dbfb617
HTML 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:
M plugins/trustedcoin/qt.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
DIR diff --git a/plugins/trustedcoin/qt.py b/plugins/trustedcoin/qt.py
t@@ -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)