summaryrefslogtreecommitdiff
path: root/docs/ref
diff options
context:
space:
mode:
authorMaik Hoepfel <m@maikhoepfel.de>2013-03-25 13:12:53 +0100
committerMaik Hoepfel <m@maikhoepfel.de>2013-03-25 13:19:30 +0100
commita05042fd3a225c8de1cca4bcfb64bf0594ecff3c (patch)
treed25c009589980bd8a5cc75d6e2262093de8fab6e /docs/ref
parentd9b12ecbe62aa7c9fb0f913e7eefc21662f8e21b (diff)
Docs: Remove ambiguity.
The docs to the LANGUAGES setting were using both the term language code and language name for the same thing.
Diffstat (limited to 'docs/ref')
-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 92500d19d1..2bfbbe0897 100644
--- a/docs/ref/settings.txt
+++ b/docs/ref/settings.txt
@@ -1265,9 +1265,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`.