From c8823cf481a29e23fe3b9a4ce9f45f6d0b58ea9b Mon Sep 17 00:00:00 2001 From: Iain Dawson Date: Wed, 12 Mar 2014 17:15:36 +0000 Subject: [PATCH] Fixed a grammar error in topics/i18n/translation. Hooks are quantum; you can not have an amount of them. --- docs/topics/i18n/translation.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/topics/i18n/translation.txt b/docs/topics/i18n/translation.txt index 2a798ee323..47772300c6 100644 --- a/docs/topics/i18n/translation.txt +++ b/docs/topics/i18n/translation.txt @@ -7,8 +7,8 @@ Translation Overview ======== -In order to make a Django project translatable, you have to add a minimal amount -of hooks to your Python code and templates. These hooks are called +In order to make a Django project translatable, you have to add a minimal +number of hooks to your Python code and templates. These hooks are called :term:`translation strings `. They tell Django: "This text should be translated into the end user's language, if a translation for this text is available in that language." It's your responsibility to mark