summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorMaik Hoepfel <m@maikhoepfel.de>2013-03-25 13:12:53 +0100
committerTim Graham <timograham@gmail.com>2013-03-29 08:01:38 -0400
commit28cb46befb012cbb90744ca68da1d552bb9475ce (patch)
treeccbb26c3e995526e087cf372f3034149c1e6bfef /docs
parentd1b7bd030b1db111e1a3505b1fc029ab964382cc (diff)
[1.5.x] Removed ambiguity regarding LANGUAGES setting
Backport of a05042fd3a from master
Diffstat (limited to 'docs')
-rw-r--r--docs/ref/settings.txt6
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/ref/settings.txt b/docs/ref/settings.txt
index 9ed775981e..3a9c368d9f 100644
--- a/docs/ref/settings.txt
+++ b/docs/ref/settings.txt
@@ -1250,9 +1250,9 @@ see the current list of translated languages by looking in
.. _online source: https://github.com/django/django/blob/master/django/conf/global_settings.py
-The list is a tuple of two-tuples in the format ``(language code, language
-name)``, the ``language code`` part should be a
-:term:`language name<language code>` -- for example, ``('ja', 'Japanese')``.
+The list is a tuple of two-tuples in the format
+(:term:`language code<language code>`, ``language name``) -- for example,
+``('ja', 'Japanese')``.
This specifies which languages are available for language selection. See
:doc:`/topics/i18n/index`.