tkivy wizard: better message - electrum - Electrum Bitcoin wallet HTML git clone https://git.parazyd.org/electrum DIR Log DIR Files DIR Refs DIR Submodules --- DIR commit b71fbd34b294a1c55d03d64ea4bfecb5ee1df100 DIR parent 73caa89c44f2104c5a3a0336c9c1de14a85b2e69 HTML Author: ThomasV <thomasv@electrum.org> Date: Sun, 14 Feb 2016 13:14:38 +0100 kivy wizard: better message Diffstat: M gui/kivy/uix/dialogs/installwizard… | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- DIR diff --git a/gui/kivy/uix/dialogs/installwizard.py b/gui/kivy/uix/dialogs/installwizard.py t@@ -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):