From b71fbd34b294a1c55d03d64ea4bfecb5ee1df100 Mon Sep 17 00:00:00 2001 From: ThomasV Date: Sun, 14 Feb 2016 13:14:38 +0100 Subject: [PATCH] kivy wizard: better message --- gui/kivy/uix/dialogs/installwizard.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gui/kivy/uix/dialogs/installwizard.py b/gui/kivy/uix/dialogs/installwizard.py index 4e5df3b5..a090d4bc 100644 --- a/gui/kivy/uix/dialogs/installwizard.py +++ b/gui/kivy/uix/dialogs/installwizard.py @@ -98,7 +98,7 @@ class InstallWizard(Widget): else: self.run('add_seed', (text, None)) # fixme: sync - msg = _('You may use the camera and scan an extended public key, to create a watching-only wallet') + msg = _('You may use the camera to scan your seed. Scan a master public key to create a watching-only wallet') RestoreSeedDialog(test=Wallet.is_any, message=msg, on_release=on_seed).open() def add_seed(self, text, password):