VirtualMailManager/Config.py
branchv0.6.x
changeset 290 e2785e04f92e
parent 287 1e77dd639fa3
child 291 7ef3f117a230
--- a/VirtualMailManager/Config.py	Wed May 05 21:50:31 2010 +0000
+++ b/VirtualMailManager/Config.py	Sun May 09 06:20:52 2010 +0000
@@ -124,8 +124,8 @@
         sect_opt = section_option.lower().split('.')
         # TODO: cache it
         if len(sect_opt) != 2:  # do we need a regexp to check the format?
-            raise BadOptionError(
-                        _(u"Bad format: '%s' - expected: section.option") %
+            raise BadOptionError(_(u"Bad format: '%s' - expected: "
+                                   u"section.option") %
                                  get_unicode(section_option))
         if not sect_opt[0] in self._cfg:
             raise NoSectionError(sect_opt[0])