This commit is contained in:
ThomasV 2014-09-05 17:25:15 +02:00
parent bc1ae4fe94
commit 65fd4f45e3
1 changed files with 1 additions and 1 deletions

View File

@ -79,7 +79,7 @@ class InstallWizard(QDialog):
self.wallet_types = [
('standard', _("Standard wallet")),
('twofactor', _("Wallet with two-factor authentication")),
('multisig', _("Multi-signatures wallet")),
('multisig', _("Multi-signature wallet")),
('hardware', _("Hardware wallet")),
]