Browse Source

better message

283
ThomasV 8 years ago
parent
commit
8d3a96ebf4
  1. 2
      lib/base_wizard.py

2
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.'),
])

Loading…
Cancel
Save