diff options
| author | Russell Keith-Magee <russell@keith-magee.com> | 2010-05-09 04:23:00 +0000 |
|---|---|---|
| committer | Russell Keith-Magee <russell@keith-magee.com> | 2010-05-09 04:23:00 +0000 |
| commit | b626d6024017138c4bfd76c8116269c9773df564 (patch) | |
| tree | 9432ac56de0f24e17ef48504fba8e1614d568bb7 /docs | |
| parent | 362722b2a11ef2b91bf32dac066f4e69163e01cc (diff) | |
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
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/topics/i18n/localization.txt | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
