summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorErik Romijn <eromijn@solidlinks.nl>2014-04-18 15:14:31 +0200
committerErik Romijn <eromijn@solidlinks.nl>2014-04-18 15:14:31 +0200
commit8e5ce99d83fe51c228f68212603abcf2d1af9ef2 (patch)
tree9028cf220535d278bd5f623242eecf01b6e1f169
parentfa60ac76c032aae884c3c277e89cb323a463994c (diff)
[1.6.x] Fixed #22471 -- Corrected misprint in i18n docs
Backport of 54d5c37de6572eae57a66339bb38719e681cee82 from master.
-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 61a8d7bcb0..631925ddf3 100644
--- a/docs/topics/i18n/translation.txt
+++ b/docs/topics/i18n/translation.txt
@@ -1552,7 +1552,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.