use consistent message
authorThomasV <thomasv@gitorious>
Mon, 21 May 2012 20:26:55 +0000 (22:26 +0200)
committerThomasV <thomasv@gitorious>
Mon, 21 May 2012 20:26:55 +0000 (22:26 +0200)
lib/gui_qt.py

index 920a992..7c0237b 100644 (file)
@@ -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"\