use consistent message

This commit is contained in:
ThomasV 2012-05-21 22:26:55 +02:00
parent 0e4c51494b
commit d163f135af
1 changed files with 1 additions and 1 deletions

View 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"\