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

This commit is contained in:
ThomasV 2013-09-30 17:43:33 +02:00
commit f79d4ee468
1 changed files with 1 additions and 1 deletions

View 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!") \