Browse Source

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

283
ThomasV 12 years ago
parent
commit
f79d4ee468
  1. 2
      gui/qt/installwizard.py

2
gui/qt/installwizard.py

@ -88,7 +88,7 @@ class InstallWizard(QDialog):
vbox = QVBoxLayout(self) vbox = QVBoxLayout(self)
if is_restore: 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') msg += _("Your seed can be entered as a sequence of words, or as a hexadecimal string."+ ' \n')
else: else:
msg = _("Your seed is important!") \ msg = _("Your seed is important!") \

Loading…
Cancel
Save