diff -r f32b323fd347 -r 8209da83e256 VirtualMailManager/cli/handler.py --- 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()