VirtualMailManager/ext/postconf.py
changeset 608 0ed93eb8b364
parent 568 14abdd04ddf5
child 643 df1e3b67882a
child 675 d24f094d1cb5
--- a/VirtualMailManager/ext/postconf.py	Sun Sep 02 21:33:53 2012 +0000
+++ b/VirtualMailManager/ext/postconf.py	Mon Sep 03 19:59:49 2012 +0000
@@ -82,7 +82,7 @@
         If not, a VMMError will be raised."""
         if not self.__class__._parameter_re.match(parameter):
             raise VMMError(_(u"The value '%s' does not look like a valid "
-                             u"postfix configuration parameter name.") %
+                             u"Postfix configuration parameter name.") %
                            parameter, VMM_ERROR)
 
     def _expand_vars(self):