VirtualMailManager/ext/Postconf.py
changeset 155 eb866ebb9f2e
parent 138 617f27715b01
child 162 0ac9ef587769
--- 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: