1
0

kivy: support bip39 seeds

This commit is contained in:
ThomasV
2019-08-13 15:16:49 +02:00
parent 95ae42b998
commit a7b61fcab9
3 changed files with 100 additions and 22 deletions

View File

@@ -377,7 +377,7 @@ class BaseWizard(Logger):
def derivation_and_script_type_dialog(self, f):
message1 = _('Choose the type of addresses in your wallet.')
message2 = '\n'.join([
message2 = ' '.join([
_('You can override the suggested derivation path.'),
_('If you are not sure what this is, leave this field unchanged.')
])