diff options
| author | ejstronge <ejstronge@gmail.com> | 2014-04-08 23:58:40 -0400 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2014-04-09 07:13:37 -0400 |
| commit | 763b1d55e28dbfdab8971bf58bc723fa14f47c3f (patch) | |
| tree | 15f3d86bcccf777bf3d6990a0781c69b18e4af60 /docs | |
| parent | f22177a9a3bf9d47695b69b1de06445f93f9d809 (diff) | |
[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
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/ref/django-admin.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/ref/django-admin.txt b/docs/ref/django-admin.txt index c7e1ad9f49..5c7c3d5f09 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 |
