From 947c8ce3b42e4da41bc58be60e37cb3bcde23027 Mon Sep 17 00:00:00 2001 From: Russell Keith-Magee Date: Sun, 9 May 2010 04:31:49 +0000 Subject: [PATCH] [1.1.X] Fixed #13499 -- Corrected typo in l10n docs. Thanks to selwin for the report and patch. Backport of r13143 from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.1.X@13149 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 1bc80794e4..a3e0fc9683 100644 --- a/docs/topics/i18n/localization.txt +++ b/docs/topics/i18n/localization.txt @@ -56,7 +56,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``. To create or update a message file, run this command::