summaryrefslogtreecommitdiff
path: root/docs/topics/i18n/index.txt
diff options
context:
space:
mode:
Diffstat (limited to 'docs/topics/i18n/index.txt')
-rw-r--r--docs/topics/i18n/index.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/topics/i18n/index.txt b/docs/topics/i18n/index.txt
index 0cd86c7e72..77086c7f0f 100644
--- a/docs/topics/i18n/index.txt
+++ b/docs/topics/i18n/index.txt
@@ -13,7 +13,7 @@ Internationalization and localization
Overview
========
-The goal of internationalization and localization is to allow a single Web
+The goal of internationalization and localization is to allow a single web
application to offer its content in languages and formats tailored to the
audience.
@@ -25,7 +25,7 @@ Essentially, Django does two things:
* It allows developers and template authors to specify which parts of their apps
should be translated or formatted for local languages and cultures.
-* It uses these hooks to localize Web apps for particular users according to
+* It uses these hooks to localize web apps for particular users according to
their preferences.
Translation depends on the target language, and formatting usually depends on