1
0

kivy: improve confirm seed screen

This commit is contained in:
ThomasV
2016-02-13 17:38:54 +01:00
parent 656069070a
commit b3861bd54d
2 changed files with 22 additions and 1 deletions

View File

@@ -98,7 +98,7 @@ class InstallWizard(Widget):
else:
self.run('add_seed', (text, None))
# fixme: sync
msg = _('You may also enter an extended public key, to create a watching-only wallet')
msg = _('You may use the camera and scan an extended 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):