diff -r 9e5af7210c29 -r 8f1e501b1bb1 VirtualMailManager/Alias.py --- 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):