electrum

Electrum Bitcoin wallet
git clone https://git.parazyd.org/electrum
Log | Files | Refs | Submodules

commit b71fbd34b294a1c55d03d64ea4bfecb5ee1df100
parent 73caa89c44f2104c5a3a0336c9c1de14a85b2e69
Author: ThomasV <thomasv@electrum.org>
Date:   Sun, 14 Feb 2016 13:14:38 +0100

kivy wizard: better message

Diffstat:
Mgui/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 @@ -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):