URI: 
       tuse consistent message - electrum - Electrum Bitcoin wallet
  HTML git clone https://git.parazyd.org/electrum
   DIR Log
   DIR Files
   DIR Refs
   DIR Submodules
       ---
   DIR commit d163f135af8ed92f29683fd07cee24cae61155a0
   DIR parent 0e4c51494b9573dc66d781fdcfd66cebcd7f383d
  HTML Author: ThomasV <thomasv@gitorious>
       Date:   Mon, 21 May 2012 22:26:55 +0200
       
       use consistent message
       
       Diffstat:
         M lib/gui_qt.py                       |       2 +-
       
       1 file changed, 1 insertion(+), 1 deletion(-)
       ---
   DIR diff --git a/lib/gui_qt.py b/lib/gui_qt.py
       t@@ -735,7 +735,7 @@ class ElectrumWindow(QMainWindow):
                try:
                    seed = wallet.pw_decode( wallet.seed, password)
                except:
       -            QMessageBox.warning(parent, _('Error'), _('Invalid Password'), _('OK'))
       +            QMessageBox.warning(parent, _('Error'), _('Incorrect Password'), _('OK'))
                    return
        
                msg = _("Your wallet generation seed is") + ":\n\n" + seed + "\n\n"\