From b626d6024017138c4bfd76c8116269c9773df564 Mon Sep 17 00:00:00 2001 From: Russell Keith-Magee Date: Sun, 9 May 2010 04:23:00 +0000 Subject: [PATCH] Fixed #13499 -- Corrected typo in l10n docs. Thanks to selwin for the report and patch. git-svn-id: http://code.djangoproject.com/svn/django/trunk@13143 bcc190cf-cafb-0310-a4f2-bffc1f526a37 --- docs/topics/i18n/localization.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/topics/i18n/localization.txt b/docs/topics/i18n/localization.txt index 91c771f610..ff8715571a 100644 --- a/docs/topics/i18n/localization.txt +++ b/docs/topics/i18n/localization.txt @@ -57,7 +57,7 @@ creation and upkeep of these files. .. admonition:: Gettext utilities The ``makemessages`` command (and ``compilemessages`` discussed later) use - commands from the GNU gettext toolset: ``xgetetxt``, ``msgfmt``, + commands from the GNU gettext toolset: ``xgettext``, ``msgfmt``, ``msgmerge`` and ``msguniq``. .. versionchanged:: 1.2