From d163f135af8ed92f29683fd07cee24cae61155a0 Mon Sep 17 00:00:00 2001 From: ThomasV Date: Mon, 21 May 2012 22:26:55 +0200 Subject: [PATCH] use consistent message --- lib/gui_qt.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/gui_qt.py b/lib/gui_qt.py index 920a992b0..7c0237b13 100644 --- a/lib/gui_qt.py +++ b/lib/gui_qt.py @@ -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"\