summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorErik Romijn <eromijn@solidlinks.nl>2014-04-18 15:05:18 +0200
committerErik Romijn <eromijn@solidlinks.nl>2014-04-18 15:05:18 +0200
commit54d5c37de6572eae57a66339bb38719e681cee82 (patch)
tree12d1c2387659d6ac9f730c8ed42fa3dbab30a2f3 /docs
parentdc7bc42cce39f8141df40d831de9befb13946fef (diff)
Fixed #22471 -- Corrected misprint in i18n docs
Thanks to aruseni for the report.
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 3d48344643..46a4d4d56d 100644
--- a/docs/topics/i18n/translation.txt
+++ b/docs/topics/i18n/translation.txt
@@ -1638,7 +1638,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 they
-prefer, then you also need to use use the ``LocaleMiddleware``.
+prefer, then you also need to use the ``LocaleMiddleware``.
``LocaleMiddleware`` enables language selection based on data from the request.
It customizes content for each user.