1
0

kivy: wallets and settings menus

This commit is contained in:
ThomasV
2015-12-18 10:53:50 +01:00
parent 3bed2e3106
commit ff163e34d8
8 changed files with 141 additions and 117 deletions

View File

@@ -140,11 +140,11 @@ Builder.load_string('''
height: self.minimum_height
CreateAccountButton:
id: create
text: _('Create a Wallet')
text: _('Create a new seed')
root: root
CreateAccountButton:
id: restore
text: _('I already have a wallet')
text: _('I already have a seed')
root: root