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