--- a/VirtualMailManager/ext/Postconf.py Sun Oct 11 13:48:50 2009 +0000
+++ b/VirtualMailManager/ext/Postconf.py Mon Oct 19 00:56:19 2009 +0000
@@ -38,7 +38,7 @@
expand_vars -- default True (bool)
"""
if not re.match(RE_PC_PARAMS, parameter):
- raise VMMException(_(u'The value ā%sā looks not like a valid\
+ raise VMMException(_(u'The value ā%sā doesn\'t look like a valid\
postfix configuration parameter name.') % parameter, ERR.VMM_ERROR)
self.__val = self.__read(parameter)
if expand_vars: