VirtualMailManager/cli/handler.py
branchv0.6.x
changeset 341 6709d0faf2f5
parent 339 abff2de9eed0
child 346 95d45e4ec1a6
--- a/VirtualMailManager/cli/handler.py	Thu Aug 05 05:08:02 2010 +0000
+++ b/VirtualMailManager/cli/handler.py	Thu Aug 05 23:26:23 2010 +0000
@@ -65,7 +65,7 @@
         elif self._cfg.has_section(section):
             self._cfg.configure([section])
         else:
-            raise VMMError(_(u'Invalid section: ā€œ%sā€') % section,
+            raise VMMError(_(u"Invalid section: '%s'") % section,
                            INVALID_SECTION)
 
     def user_add(self, emailaddress, password=None):