Author: russellm
Date: 2010-05-08 23:31:49 -0500 (Sat, 08 May 2010)
New Revision: 13149

Modified:
   django/branches/releases/1.1.X/docs/topics/i18n/localization.txt
Log:
[1.1.X] Fixed #13499 -- Corrected typo in l10n docs. Thanks to selwin for the 
report and patch.

Backport of r13143 from trunk.

Modified: django/branches/releases/1.1.X/docs/topics/i18n/localization.txt
===================================================================
--- django/branches/releases/1.1.X/docs/topics/i18n/localization.txt    
2010-05-09 04:26:09 UTC (rev 13148)
+++ django/branches/releases/1.1.X/docs/topics/i18n/localization.txt    
2010-05-09 04:31:49 UTC (rev 13149)
@@ -56,7 +56,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``.
 
 To create or update a message file, run this command::

-- 
You received this message because you are subscribed to the Google Groups 
"Django updates" group.
To post to this group, send email to django-upda...@googlegroups.com.
To unsubscribe from this group, send email to 
django-updates+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-updates?hl=en.

Reply via email to