From 5ca522b9ed13e2695576267720434659b4c1e93b Mon Sep 17 00:00:00 2001 From: ejstronge Date: Tue, 8 Apr 2014 23:58:40 -0400 Subject: [PATCH] Fixed small typo in django-admin.txt The word 'by' seemed to be missing from the first line of the compilemessages command. --- 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 8f4a832986..1accc95278 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