mirror of
				https://github.com/django/django.git
				synced 2025-10-31 01:25:32 +00:00 
			
		
		
		
	Fixed typo in i18n docs.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@14451 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
		| @@ -179,7 +179,7 @@ cardinality of the elements at play. | ||||
|         count = Report.objects.count() | ||||
|         d = { | ||||
|             'count': count, | ||||
|             'name': Report._meta.verbose_name | ||||
|             'name': Report._meta.verbose_name, | ||||
|             'plural_name': Report._meta.verbose_name_plural | ||||
|         } | ||||
|         text = ungettext( | ||||
|   | ||||
		Reference in New Issue
	
	Block a user