From 763b1d55e28dbfdab8971bf58bc723fa14f47c3f Mon Sep 17 00:00:00 2001 From: ejstronge <ejstronge@gmail.com> Date: Tue, 8 Apr 2014 23:58:40 -0400 Subject: [PATCH] [1.7.x] Fixed small typo in django-admin.txt The word 'by' seemed to be missing from the first line of the compilemessages command. Backport of 5ca522b9ed from master --- docs/ref/django-admin.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/ref/django-admin.txt b/docs/ref/django-admin.txt index c7e1ad9f498..5c7c3d5f09b 100644 --- a/docs/ref/django-admin.txt +++ b/docs/ref/django-admin.txt @@ -131,7 +131,7 @@ compilemessages .. django-admin:: compilemessages -Compiles .po files created :djadmin:`makemessages` to .mo files for use with +Compiles .po files created by :djadmin:`makemessages` to .mo files for use with the builtin gettext support. See :doc:`/topics/i18n/index`. Use the :djadminopt:`--locale` option (or its shorter version ``-l``) to