summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWim Feijen <wim@go2people.nl>2018-04-01 01:33:48 +0200
committerTim Graham <timograham@gmail.com>2018-03-31 19:34:07 -0400
commit327882a2456e84ed10668441b5f64f157f192093 (patch)
tree9b56218d0ad11623e4290b0b0622215815b541db
parent7b1a7d89897e0a3674c5080dd1e4b8393d3cbf98 (diff)
[2.0.x] Clarified a sentence in docs/topics/i18n/translation.txt.
Backport of 058f607518ef985770084ac68580063cafe2c144 from master
-rw-r--r--docs/topics/i18n/translation.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/topics/i18n/translation.txt b/docs/topics/i18n/translation.txt
index db58182ca0..4dbbb21d08 100644
--- a/docs/topics/i18n/translation.txt
+++ b/docs/topics/i18n/translation.txt
@@ -2115,5 +2115,5 @@ aware of certain limitations:
* When an English variant is activated and English strings are missing, the
fallback language will not be the :setting:`LANGUAGE_CODE` of the project,
but the original strings. For example, an English user visiting a site with
- Spanish as the default language and original strings written in Russian will
- fallback to Russian, not to Spanish.
+ :setting:`LANGUAGE_CODE` set to Spanish and original strings written in
+ Russian will see Russian text rather than Spanish.