URI: 
       tMerge branch 'master' of git://github.com/spesmilo/electrum - electrum - Electrum Bitcoin wallet
  HTML git clone https://git.parazyd.org/electrum
   DIR Log
   DIR Files
   DIR Refs
   DIR Submodules
       ---
   DIR commit f79d4ee468aaa7d6e6752bdb5a84876d914ba10a
   DIR parent 1fdb8be42ff98a8f06c234d4c1b38058c0b85717
  HTML Author: ThomasV <thomasv@gitorious>
       Date:   Mon, 30 Sep 2013 17:43:33 +0200
       
       Merge branch 'master' of git://github.com/spesmilo/electrum
       
       Diffstat:
         M gui/qt/installwizard.py             |       2 +-
       
       1 file changed, 1 insertion(+), 1 deletion(-)
       ---
   DIR diff --git a/gui/qt/installwizard.py b/gui/qt/installwizard.py
       t@@ -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!") \