VMM/config: Corrected a setting name in an error msg.
authorPascal Volk <user@localhost.localdomain.org>
Mon, 17 Feb 2014 22:28:22 +0000
changeset 733 8c7eeb2bc139
parent 732 fae6a42add07
child 734 8167ba72235c
child 739 b65c3abf9ca8
VMM/config: Corrected a setting name in an error msg.
VirtualMailManager/config.py
--- a/VirtualMailManager/config.py	Mon Feb 17 20:30:31 2014 +0000
+++ b/VirtualMailManager/config.py	Mon Feb 17 22:28:22 2014 +0000
@@ -435,7 +435,7 @@
         if not miss_vers:
             value = self.get('misc', 'dovecot_version')
             if not VERSION_RE.match(value):
-                self._missing['misc'] = ['version: ' +
+                self._missing['misc'] = ['dovecot_version: ' +
                         _(u"Not a valid Dovecot version: '%s'") % value]
         # section database
         db_err = []