[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
This commit is contained in:
Russell Keith-Magee 2010-05-09 04:31:49 +00:00
parent d5ed030228
commit 947c8ce3b4
1 changed files with 1 additions and 1 deletions

View File

@ -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::