summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorErik Romijn <eromijn@solidlinks.nl>2014-04-18 15:16:43 +0200
committerErik Romijn <eromijn@solidlinks.nl>2014-04-18 15:16:43 +0200
commit1997421f8e14641698e67d138121f7bd430d3060 (patch)
treeae6e2534fc6ecd8310fba8437b3a231a2bc0033d /docs
parentec2d456df8a56a3000b991adcd5ce3aede974492 (diff)
[1.5.x] Fixed #22471 -- Corrected misprint in i18n docs
Backport of 54d5c37de6572eae57a66339bb38719e681cee82 from master.
Diffstat (limited to 'docs')
-rw-r--r--docs/topics/i18n/translation.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/topics/i18n/translation.txt b/docs/topics/i18n/translation.txt
index ce4b115c50..82dc5384a5 100644
--- a/docs/topics/i18n/translation.txt
+++ b/docs/topics/i18n/translation.txt
@@ -1525,7 +1525,7 @@ is set :setting:`LANGUAGE_CODE` and make sure the corresponding :term:`message
files <message file>` and their compiled versions (``.mo``) exist.
If you want to let each individual user specify which language he or she
-prefers, then you also need to use use the ``LocaleMiddleware``.
+prefers, then you also need to use the ``LocaleMiddleware``.
``LocaleMiddleware`` enables language selection based on data from the request.
It customizes content for each user.