Author: jezdez Date: 2010-11-04 07:03:01 -0500 (Thu, 04 Nov 2010) New Revision: 14452
Modified: django/branches/releases/1.2.X/docs/topics/i18n/internationalization.txt Log: [1.2.X] Fixed typo in i18n docs. Backport from trunk (r14451). Modified: django/branches/releases/1.2.X/docs/topics/i18n/internationalization.txt =================================================================== --- django/branches/releases/1.2.X/docs/topics/i18n/internationalization.txt 2010-11-04 10:48:45 UTC (rev 14451) +++ django/branches/releases/1.2.X/docs/topics/i18n/internationalization.txt 2010-11-04 12:03:01 UTC (rev 14452) @@ -179,7 +179,7 @@ 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( -- You received this message because you are subscribed to the Google Groups "Django updates" group. To post to this group, send email to django-upda...@googlegroups.com. To unsubscribe from this group, send email to django-updates+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/django-updates?hl=en.