From 9af59f4ba864ce67147814db22712ccbfdc8569c Mon Sep 17 00:00:00 2001 From: Adrian Holovaty Date: Thu, 3 Nov 2005 06:54:10 +0000 Subject: [PATCH] Small update to [1057] git-svn-id: http://code.djangoproject.com/svn/django/branches/i18n@1058 bcc190cf-cafb-0310-a4f2-bffc1f526a37 --- docs/translation.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/translation.txt b/docs/translation.txt index dfb989d2ab..adac134c61 100644 --- a/docs/translation.txt +++ b/docs/translation.txt @@ -96,8 +96,8 @@ If you don't like the verbose name ``gettext_lazy``, you can just alias it as Always use lazy translations in Django models. And it's a good idea to add translations for the field names and table names, too. This means writing -explicit verbose_name and verbose_names options in the ``META`` class, -though:: +explicit ``verbose_name`` and ``verbose_name_plural`` options in the ``META`` +class, though:: from django.utils.translation import gettext_lazy as _