1
0

minor fixes for wallet creation

This commit is contained in:
thomasv
2013-09-10 14:20:44 +02:00
parent 5514d3bd74
commit 620f9f68d4
4 changed files with 11 additions and 7 deletions

View File

@@ -94,7 +94,10 @@ class PasswordDialog(QDialog):
QMessageBox.warning(self.parent, _('Error'), _('Failed to update password'), _('OK'))
return
QMessageBox.information(self.parent, _('Success'), _('Password was updated successfully'), _('OK'))
if new_password:
QMessageBox.information(self.parent, _('Success'), _('Password was updated successfully'), _('OK'))
else:
QMessageBox.information(self.parent, _('Success'), _('This wallet is not encrypted'), _('OK'))