From 32529e6432dfca3ace93d129cdb22fcebc3a2730 Mon Sep 17 00:00:00 2001 From: ejstronge Date: Tue, 8 Apr 2014 23:58:40 -0400 Subject: [PATCH] [1.6.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 3e5750b7d0..ad19e775c4 100644 --- a/docs/ref/django-admin.txt +++ b/docs/ref/django-admin.txt @@ -119,7 +119,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