URI: 
       tbetter message - electrum - Electrum Bitcoin wallet
  HTML git clone https://git.parazyd.org/electrum
   DIR Log
   DIR Files
   DIR Refs
   DIR Submodules
       ---
   DIR commit 8d3a96ebf43b2e1c2e537921c161124858fcd5b1
   DIR parent 569a3b4fab68a61db8c0e6f2362728dd5850c3f5
  HTML Author: ThomasV <thomasv@electrum.org>
       Date:   Fri, 23 Sep 2016 16:09:49 +0200
       
       better message
       
       Diffstat:
         M lib/base_wizard.py                  |       2 ++
       
       1 file changed, 2 insertions(+), 0 deletions(-)
       ---
   DIR diff --git a/lib/base_wizard.py b/lib/base_wizard.py
       t@@ -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.'),
                ])