1
0

fix spelling of TREZOR and SatoshiLabs

This commit is contained in:
Pavol Rusnak
2016-01-29 14:58:51 +01:00
parent 58d5215e2e
commit 6ce12ca1dc
6 changed files with 17 additions and 17 deletions

View File

@@ -1,9 +1,9 @@
from electrum.i18n import _
fullname = 'Trezor Wallet'
description = _('Provides support for Trezor hardware wallet')
fullname = 'TREZOR Wallet'
description = _('Provides support for TREZOR hardware wallet')
requires = [('trezorlib','github.com/trezor/python-trezor')]
requires_wallet_type = ['trezor']
registers_wallet_type = ('hardware', 'trezor', _("Trezor wallet"))
registers_wallet_type = ('hardware', 'trezor', _("TREZOR wallet"))
available_for = ['qt', 'cmdline']