VirtualMailManager/ext/postconf.py
branchv0.6.x
changeset 417 8209da83e256
parent 366 d6573da35b5f
child 422 33a45e4c80c4
--- 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)