VirtualMailManager/MailLocation.py
changeset 133 2d5c4745efec
parent 122 30abf0abf8f8
child 138 617f27715b01
--- a/VirtualMailManager/MailLocation.py	Sun Aug 23 17:08:18 2009 +0000
+++ b/VirtualMailManager/MailLocation.py	Tue Aug 25 11:08:00 2009 +0000
@@ -43,7 +43,7 @@
                 self._loadByName()
             else:
                 raise MLE(
-                    _(u'Invalid folder name »%s«, it may consist only of\n\
+                    _(u'Invalid folder name “%s”, it may consist only of\n\
 1 - 20 single byte characters (A-Z, a-z, 0-9 and _).') % maillocation,
                         ERR.MAILLOCATION_INIT)