Browse Source

kivy wizard: better message

283
ThomasV 9 years ago
parent
commit
b71fbd34b2
  1. 2
      gui/kivy/uix/dialogs/installwizard.py

2
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):

Loading…
Cancel
Save