diff options
| author | pp <pp@users.noreply.github.com> | 2016-01-10 18:16:28 +0100 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2016-01-11 06:13:16 -0500 |
| commit | c8d970a548cb5cbdad80dbb1b5b4e44ff08662b5 (patch) | |
| tree | 5fbf1fe444618ab1127119acdf24c55592a9995b /docs/ref | |
| parent | 4a03e6f27207ec7d9bb12d229da570633c086a92 (diff) | |
Refs #25755 -- Unified a couple more spellings of 'website'.
Diffstat (limited to 'docs/ref')
| -rw-r--r-- | docs/ref/settings.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/ref/settings.txt b/docs/ref/settings.txt index a5abec5168..10c5075919 100644 --- a/docs/ref/settings.txt +++ b/docs/ref/settings.txt @@ -1564,8 +1564,8 @@ 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 a fallback language in case the - user's preferred language can't be determined or is not supported by the Web - site. It also provides the fallback translation when a translation for a + user's preferred language can't be determined or is not supported by the + website. It also provides the fallback translation when a translation for a given literal doesn't exist for the user's preferred language. See :ref:`how-django-discovers-language-preference` for more details. |
