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:45 -0400 |
| commit | 32529e6432dfca3ace93d129cdb22fcebc3a2730 (patch) | |
| tree | b07d4152c4716f65fedc8be0ce8d63ddcd86a288 | |
| parent | 23526d2f483a893414884a154a10c0c43bcd0689 (diff) | |
[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
| -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 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 |
