commit b2e9362163c580bde40a01a69dd7eb5234e11b27
parent 4bc756751b109bfd03682ff72a54a39d891a44a4
Author: ThomasV <thomasv@electrum.org>
Date: Mon, 26 Sep 2016 12:07:55 +0200
improve message
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/lib/base_wizard.py b/lib/base_wizard.py
@@ -250,7 +250,7 @@ class BaseWizard(object):
def on_restore_seed(self, seed, is_bip39):
if keystore.is_new_seed(seed) or is_bip39:
message = '\n'.join([
- _('Your seed may have a passphrase.'),
+ _('Your seed may be extended with a passphrase.'),
_('If that is the case, enter it here.'),
])
warning = '\n'.join([