summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorGabriel Hurley <gabehr@gmail.com>2010-10-23 22:15:27 +0000
committerGabriel Hurley <gabehr@gmail.com>2010-10-23 22:15:27 +0000
commit74fe39764647a4447e18fe7f44374f12ed20025f (patch)
treef29f8a99ca195c0dcbfa74145c49eddbdf7b7422 /docs
parentf0416f693fa54b1a46e0db437970fcda73a5d77f (diff)
[1.2.X] Fixed #14541 -- Corrected an outdated bit of wording in the LANGUAGES setting docs. Thanks to akelm for the report and suggested fix.
Backport of [14333] from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.2.X@14334 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'docs')
-rw-r--r--docs/ref/settings.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/ref/settings.txt b/docs/ref/settings.txt
index cfb3f1ea8d..80a2d5b900 100644
--- a/docs/ref/settings.txt
+++ b/docs/ref/settings.txt
@@ -984,7 +984,7 @@ Generally, the default value should suffice. Only set this setting if you want
to restrict language selection to a subset of the Django-provided languages.
If you define a custom ``LANGUAGES`` setting, it's OK to mark the languages as
-translation strings (as in the default value displayed above) -- but use a
+translation strings (as in the default value referred to above) -- but use a
"dummy" ``gettext()`` function, not the one in ``django.utils.translation``.
You should *never* import ``django.utils.translation`` from within your
settings file, because that module in itself depends on the settings, and that