Fix line break in translation
authorMaran <maran.hidskes@gmail.com>
Mon, 30 Sep 2013 15:40:05 +0000 (17:40 +0200)
committerMaran <maran.hidskes@gmail.com>
Mon, 30 Sep 2013 15:40:05 +0000 (17:40 +0200)
gui/qt/installwizard.py

index d8d6555..e8eccce 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!") \