tspelling - electrum - Electrum Bitcoin wallet
HTML git clone https://git.parazyd.org/electrum
DIR Log
DIR Files
DIR Refs
DIR Submodules
---
DIR commit 65fd4f45e3d6f4eecf2af8886e4f0c0c2a9e9b0d
DIR parent bc1ae4fe94586db065eab1f37675bf4ceb4fed9f
HTML Author: ThomasV <thomasv@gitorious>
Date: Fri, 5 Sep 2014 17:25:15 +0200
spelling
Diffstat:
M gui/qt/installwizard.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
DIR diff --git a/gui/qt/installwizard.py b/gui/qt/installwizard.py
t@@ -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")),
]