Author: russellm
Date: 2010-05-08 23:23:00 -0500 (Sat, 08 May 2010)
New Revision: 13143
Modified:
django/trunk/docs/topics/i18n/localization.txt
Log:
Fixed #13499 -- Corrected typo in l10n docs. Thanks to selwin for the report
and patch.
Modified: django/trunk/docs/topics/i18n/localization.txt
===================================================================
--- django/trunk/docs/topics/i18n/localization.txt 2010-05-09 03:45:09 UTC
(rev 13142)
+++ django/trunk/docs/topics/i18n/localization.txt 2010-05-09 04:23:00 UTC
(rev 13143)
@@ -57,7 +57,7 @@
.. 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
--
You received this message because you are subscribed to the Google Groups
"Django updates" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/django-updates?hl=en.