branch | v0.6.x |
changeset 417 | 8209da83e256 |
parent 375 | 4cbaf8d229f9 |
child 422 | 33a45e4c80c4 |
--- a/VirtualMailManager/cli/handler.py Thu Feb 24 01:02:24 2011 +0000 +++ b/VirtualMailManager/cli/handler.py Thu Feb 24 20:47:35 2011 +0000 @@ -90,7 +90,7 @@ password dialog.""" acc = self._get_account(emailaddress) if not acc: - raise VMMError(_(u"The account '%s' doesn't exist.") % + raise VMMError(_(u"The account '%s' does not exist.") % acc.address, NO_SUCH_ACCOUNT) if not isinstance(password, basestring) or not password: password = read_pass()