mirror of
https://github.com/django/django.git
synced 2025-07-05 02:09:13 +00:00
[1.2.X] Fixed typo in i18n docs.
Backport from trunk (r14451). git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.2.X@14452 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
parent
d633a58108
commit
b66df2f49e
@ -179,7 +179,7 @@ cardinality of the elements at play.
|
|||||||
count = Report.objects.count()
|
count = Report.objects.count()
|
||||||
d = {
|
d = {
|
||||||
'count': count,
|
'count': count,
|
||||||
'name': Report._meta.verbose_name
|
'name': Report._meta.verbose_name,
|
||||||
'plural_name': Report._meta.verbose_name_plural
|
'plural_name': Report._meta.verbose_name_plural
|
||||||
}
|
}
|
||||||
text = ungettext(
|
text = ungettext(
|
||||||
|
Loading…
x
Reference in New Issue
Block a user