Browse Source

Merge pull request #4028 from SomberNight/wizard_menu_master_key_str

wizard: rename option to "use a master key"
3.1
ThomasV 7 years ago
committed by GitHub
parent
commit
360dd5a7aa
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      lib/base_wizard.py

2
lib/base_wizard.py

@ -131,7 +131,7 @@ class BaseWizard(object):
choices = [
('choose_seed_type', _('Create a new seed')),
('restore_from_seed', _('I already have a seed')),
('restore_from_key', _('Use public or private keys')),
('restore_from_key', _('Use a master key')),
]
if not self.is_kivy:
choices.append(('choose_hw_device', _('Use a hardware device')))

Loading…
Cancel
Save