changeset 78 | 8f1e501b1bb1 |
parent 76 | 14c0a092d7d2 |
child 82 | 6c85915f3815 |
--- a/VirtualMailManager/Alias.py Mon Sep 08 05:37:56 2008 +0000 +++ b/VirtualMailManager/Alias.py Mon Sep 08 22:53:27 2008 +0000 @@ -45,7 +45,7 @@ self._addr, ERR.ACCOUNT_EXISTS) if VMM.VirtualMailManager.relocatedExists(self._dbh, self._addr): raise VMMAE( - _(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):