commit 65fd4f45e3d6f4eecf2af8886e4f0c0c2a9e9b0d
parent bc1ae4fe94586db065eab1f37675bf4ceb4fed9f
Author: ThomasV <thomasv@gitorious>
Date: Fri, 5 Sep 2014 17:25:15 +0200
spelling
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/gui/qt/installwizard.py b/gui/qt/installwizard.py
@@ -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")),
]