tMerge pull request #4028 from SomberNight/wizard_menu_master_key_str - electrum - Electrum Bitcoin wallet HTML git clone https://git.parazyd.org/electrum DIR Log DIR Files DIR Refs DIR Submodules --- DIR commit 360dd5a7aae1fb6da5c83208d5fdd0df11dc7f53 DIR parent 122cb08dc6f9c7b649283725f871a7d2a14ce418 HTML Author: ThomasV <thomasv@electrum.org> Date: Mon, 5 Mar 2018 13:03:26 +0100 Merge pull request #4028 from SomberNight/wizard_menu_master_key_str wizard: rename option to "use a master key" Diffstat: M lib/base_wizard.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- DIR diff --git a/lib/base_wizard.py b/lib/base_wizard.py t@@ -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')))