From 2fdbfa6b8161a55a791fc24cc881f52915bccc4f Mon Sep 17 00:00:00 2001 From: SomberNight Date: Mon, 5 Mar 2018 12:58:03 +0100 Subject: [PATCH] wizard: rename option to "use a master key" --- lib/base_wizard.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/base_wizard.py b/lib/base_wizard.py index d4222b7f0..793a96fb7 100644 --- a/lib/base_wizard.py +++ b/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')))