--- a/VirtualMailManager/ext/postconf.py Thu Feb 24 01:02:24 2011 +0000
+++ b/VirtualMailManager/ext/postconf.py Thu Feb 24 20:47:35 2011 +0000
@@ -81,7 +81,7 @@
"""Check that the `parameter` looks like a configuration parameter.
If not, a VMMError will be raised."""
if not self.__class__._parameter_re.match(parameter):
- raise VMMError(_(u"The value '%s' doesn't look like a valid "
+ raise VMMError(_(u"The value '%s' does not look like a valid "
u"postfix configuration parameter name.") %
parameter, VMM_ERROR)