commit 8d3a96ebf43b2e1c2e537921c161124858fcd5b1
parent 569a3b4fab68a61db8c0e6f2362728dd5850c3f5
Author: ThomasV <thomasv@electrum.org>
Date: Fri, 23 Sep 2016 16:09:49 +0200
better message
Diffstat:
1 file changed, 2 insertions(+), 0 deletions(-)
diff --git a/lib/base_wizard.py b/lib/base_wizard.py
@@ -339,6 +339,8 @@ class BaseWizard(object):
title = _('Passphrase')
message = '\n'.join([
_('You may extend your seed with a passphrase.'),
+ _('This allows you to derive several wallets from the same seed.'),
+ '\n',
_('Note that this is NOT your encryption password.'),
_('If you do not know what this is, leave this field empty.'),
])