diff options
| author | ejstronge <ejstronge@gmail.com> | 2014-04-08 23:58:40 -0400 |
|---|---|---|
| committer | ejstronge <ejstronge@gmail.com> | 2014-04-08 23:58:40 -0400 |
| commit | 5ca522b9ed13e2695576267720434659b4c1e93b (patch) | |
| tree | 2b2cf4c66bc79f3cb1a0f324a56d1f060245688f /docs | |
| parent | 2aaa045c61a3d4b325f964aa01554107b47b9774 (diff) | |
Fixed small typo in django-admin.txt
The word 'by' seemed to be missing from the first line of the compilemessages command.
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 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 |
