From 8d3a96ebf43b2e1c2e537921c161124858fcd5b1 Mon Sep 17 00:00:00 2001 From: ThomasV Date: Fri, 23 Sep 2016 16:09:49 +0200 Subject: [PATCH] better message --- lib/base_wizard.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lib/base_wizard.py b/lib/base_wizard.py index 64f2aefe0..89659dbbe 100644 --- 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.'), ])