1
0

Keepkey: doesn't yet support homescreen setting

Make some text shorter so it fits in radio buttons
This commit is contained in:
Neil Booth
2016-01-19 22:38:02 +09:00
parent f7859c041e
commit 13420f6917
2 changed files with 18 additions and 17 deletions

View File

@@ -274,9 +274,9 @@ class TrezorCompatiblePlugin(BasePlugin, ThreadJob):
) % self.device
methods = [
# Must be short as QT doesn't word-wrap radio button text
_("Let the device generate a completely new seed randomly"),
_("Recover from an existing %s seed you have previously written "
"down" % self.device),
_("Recover from a seed you have previously written down"),
_("Upload a BIP39 mnemonic to generate the seed"),
_("Upload a master private key")
]