summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdrian Holovaty <adrian@holovaty.com>2005-11-03 06:54:10 +0000
committerAdrian Holovaty <adrian@holovaty.com>2005-11-03 06:54:10 +0000
commit9af59f4ba864ce67147814db22712ccbfdc8569c (patch)
treefa510935a5b01b2ce044bc2cc27d42c581eb3268
parente2b7527f79e7106b7d5910072b8e4500a658000d (diff)
Small update to [1057]
git-svn-id: http://code.djangoproject.com/svn/django/branches/i18n@1058 bcc190cf-cafb-0310-a4f2-bffc1f526a37
-rw-r--r--docs/translation.txt4
1 files 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 _