electrum

Electrum Bitcoin wallet
git clone https://git.parazyd.org/electrum
Log | Files | Refs | Submodules

commit f79d4ee468aaa7d6e6752bdb5a84876d914ba10a
parent 1fdb8be42ff98a8f06c234d4c1b38058c0b85717
Author: ThomasV <thomasv@gitorious>
Date:   Mon, 30 Sep 2013 17:43:33 +0200

Merge branch 'master' of git://github.com/spesmilo/electrum

Diffstat:
Mgui/qt/installwizard.py | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gui/qt/installwizard.py b/gui/qt/installwizard.py @@ -88,7 +88,7 @@ class InstallWizard(QDialog): vbox = QVBoxLayout(self) if is_restore: - msg = _("Please enter your wallet seed.\n" + ' ') + msg = _("Please enter your wallet seed.") + "\n" msg += _("Your seed can be entered as a sequence of words, or as a hexadecimal string."+ ' \n') else: msg = _("Your seed is important!") \