diff --git a/docs/translation.md b/docs/translation.md
index 7641bc5a9405ddc367e8d6fcb6e15337bca09253..49545bc7b4b6d2e2eb639c9f3c1aa8f7604b5180 100644
--- a/docs/translation.md
+++ b/docs/translation.md
@@ -64,8 +64,8 @@ PLEASE NOTE: django-admin.py has been creating buggy information for plurals. Pl
 If you have added new translation keywords, do this in each of the applications:
 
 ```bash
-django-admin.py makemessages -a [LANGUAGE]
-django-admin.py makemessages -d djangojs -a [LANGUAGE]
+$ ./manage.py makemessages -a [LANGUAGE]
+$ ./manage.py makemessages -d djangojs -a [LANGUAGE]
 ```
 
 Then recompile the translation files (see below)
@@ -74,5 +74,5 @@ Then recompile the translation files (see below)
 Entering each of the applications (/VIPSWeb, /forecasts, /messages), do:
 
 ```
-django-admin.py compilemessages
+$ ./manage.py compilemessages
 ```
\ No newline at end of file