summaryrefslogtreecommitdiff
path: root/docs/ref
diff options
context:
space:
mode:
authorRamiro Morales <cramm0@gmail.com>2013-08-22 12:14:56 -0300
committerRamiro Morales <cramm0@gmail.com>2013-08-22 22:35:10 -0300
commit5547ba743cde37d043c411fd463bcd817dca4302 (patch)
tree759b609ddf7b7687156d4cb1ca2051cc87b0cf50 /docs/ref
parent616a4d385a79d6809b618dcc8bcbda05b032d5fc (diff)
[1.5.x] Typos introduced in 57c82f909b.
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 fc3f33904c..1db9b4029b 100644
--- a/docs/ref/settings.txt
+++ b/docs/ref/settings.txt
@@ -1232,14 +1232,14 @@ standard :term:`language ID format <language code>`. For example, U.S. English
is ``"en-us"``. See also the `list of language identifiers`_ and
:doc:`/topics/i18n/index`.
-:setting:`USE_I18N` must be active to this setting to have any effect.
+:setting:`USE_I18N` must be active for this setting to have any effect.
-it serves two purposes:
+It serves two purposes:
* If the locale middleware isn't in use, it decides which translation is served
to all users.
* If the locale middleware is active, it provides the fallback translation when
- no translation exist for a given literal to the user preferred language.
+ no translation exist for a given literal to the user's preferred language.
See :ref:`how-django-discovers-language-preference` for more details.