1
0

kivy wizard: add space button

This commit is contained in:
ThomasV
2016-02-15 09:14:27 +01:00
parent 4d3ce06b6d
commit 83c68142e0
3 changed files with 18 additions and 8 deletions

View File

@@ -98,7 +98,7 @@ class InstallWizard(Widget):
else:
self.run('add_seed', (text, None))
# fixme: sync
msg = _('You may use the camera to scan your seed. Scan a master public key to create a watching-only wallet')
msg = _('You may use the camera to scan your seed. To create a watching-only wallet, scan your master public key.')
RestoreSeedDialog(test=Wallet.is_any, message=msg, on_release=on_seed).open()
def add_seed(self, text, password):