summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdrian Holovaty <adrian@holovaty.com>2007-11-30 05:08:26 +0000
committerAdrian Holovaty <adrian@holovaty.com>2007-11-30 05:08:26 +0000
commit53a5fa9928a2134fe5fa4855aeddecbd71c10d23 (patch)
tree16cfcd8f4293a77edcd569726e91525e1688c3df
parentefc1ff2004b533f3c2eac95499c19ee00b81d25d (diff)
Small edit to docs/i18n.txt from [6461]
git-svn-id: http://code.djangoproject.com/svn/django/trunk@6765 bcc190cf-cafb-0310-a4f2-bffc1f526a37
-rw-r--r--docs/i18n.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/i18n.txt b/docs/i18n.txt
index 8beb2188e8..1ae3024157 100644
--- a/docs/i18n.txt
+++ b/docs/i18n.txt
@@ -461,8 +461,8 @@ otherwise, they'll be tacked together without whitespace!
you'll be using to edit the content. Due to the way the ``gettext`` tools
work internally and because we want to allow non-ASCII source strings in
Django's core and your applications, you **must** use UTF-8 as the encoding
- for your PO file (this means that everybody will be using the same
- encoding, which is important when Django processes the PO files).
+ for your PO file. This means that everybody will be using the same
+ encoding, which is important when Django processes the PO files.
To reexamine all source code and templates for new translation strings and
update all message files for **all** languages, run this::