diff options
Diffstat (limited to 'Mailman/docs/digests.txt')
| -rw-r--r-- | Mailman/docs/digests.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Mailman/docs/digests.txt b/Mailman/docs/digests.txt index 72c34b372..486d64098 100644 --- a/Mailman/docs/digests.txt +++ b/Mailman/docs/digests.txt @@ -417,7 +417,7 @@ XXX We also have to set the default server language to French, otherwise the English template will be found and the masthead won't be translated. >>> config.languages.enable_language('fr') - >>> config.DEFAULT_SERVER_LANGUAGE = 'fr' + >>> config.DEFAULT_SERVER_LANGUAGE = u'fr' >>> mlist.preferred_language = 'fr' >>> msg = message_from_string("""\ ... From: aperson@example.org @@ -539,4 +539,4 @@ Set the digest threshold to zero so that the digests will be sent immediately. Clean up -------- - >>> config.DEFAULT_SERVER_LANGUAGE = 'en' + >>> config.DEFAULT_SERVER_LANGUAGE = u'en' |
