changeset 78 | 8f1e501b1bb1 |
parent 76 | 14c0a092d7d2 |
child 82 | 6c85915f3815 |
--- a/VirtualMailManager/Account.py Mon Sep 08 05:37:56 2008 +0000 +++ b/VirtualMailManager/Account.py Mon Sep 08 22:53:27 2008 +0000 @@ -41,7 +41,7 @@ self._addr, ERR.ALIAS_EXISTS) if VMM.VirtualMailManager.relocatedExists(self._dbh, self._addr): raise AccE( - _(u"There is already an relocated user with the address »%s«.") %\ + _(u"There is already a relocated user with the address »%s«.") %\ self._addr, ERR.RELOCATED_EXISTS) def _exists(self):