Merge branch 'master' of git://github.com/spesmilo/electrum
authorThomasV <thomasv@gitorious>
Mon, 30 Sep 2013 15:43:33 +0000 (17:43 +0200)
committerThomasV <thomasv@gitorious>
Mon, 30 Sep 2013 15:43:33 +0000 (17:43 +0200)
gui/qt/installwizard.py

index 6521b18..7cb681f 100644 (file)
@@ -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!") \