summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon Meers <simon@simonmeers.com>2011-07-10 21:33:42 +0000
committerSimon Meers <simon@simonmeers.com>2011-07-10 21:33:42 +0000
commit00886dfd2bb20f5119ecb77e295fbe40b15f6901 (patch)
treec53e635e3dec49f70fc44f6c0e63e5a656fd8369
parent5a0787f904945e2d1b18b65389b6f76a98b36bf5 (diff)
downloaddjango-00886dfd2bb20f5119ecb77e295fbe40b15f6901.tar.gz
[1.3.X] Fixed #16440 -- minor ungettext documentation issue, thanks Bradley Ayers.
Backport of r16532 from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.3.X@16533 bcc190cf-cafb-0310-a4f2-bffc1f526a37
-rw-r--r--docs/topics/i18n/internationalization.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/topics/i18n/internationalization.txt b/docs/topics/i18n/internationalization.txt
index 915043ca93..5d50fa71f6 100644
--- a/docs/topics/i18n/internationalization.txt
+++ b/docs/topics/i18n/internationalization.txt
@@ -154,7 +154,7 @@ This function is useful when you need your Django application to be localizable
to languages where the number and complexity of `plural forms
<http://www.gnu.org/software/gettext/manual/gettext.html#Plural-forms>`_ is
greater than the two forms used in English ('object' for the singular and
-'objects' for all the cases where ``count`` is different from zero, irrespective
+'objects' for all the cases where ``count`` is different from one, irrespective
of its value.)
For example::