electrum

Electrum Bitcoin wallet
git clone https://git.parazyd.org/electrum
Log | Files | Refs | Submodules

commit d163f135af8ed92f29683fd07cee24cae61155a0
parent 0e4c51494b9573dc66d781fdcfd66cebcd7f383d
Author: ThomasV <thomasv@gitorious>
Date:   Mon, 21 May 2012 22:26:55 +0200

use consistent message

Diffstat:
Mlib/gui_qt.py | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 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"\