1
0

trezor: tweak some messages

This commit is contained in:
Neil Booth
2016-02-11 15:41:56 +09:00
parent e7b87c1d24
commit b3a3628b49
2 changed files with 21 additions and 19 deletions

View File

@@ -9,9 +9,12 @@ class GuiMixin(object):
messages = {
3: _("Confirm the transaction output on your %s device"),
4: _("Confirm internal entropy on your %s device to begin"),
5: _("Write down the seed word shown on your %s"),
6: _("Confirm on your %s that you want to wipe it clean"),
7: _("Confirm on your %s device the message to sign"),
8: _("Confirm the total amount spent and the transaction fee on your "
"%s device"),
7: _("Confirm on your %s device the message to sign"),
10: _("Confirm wallet address on your %s device"),
'default': _("Check your %s device to continue"),
}