Author: adrian
Date: 2006-08-15 23:27:42 -0500 (Tue, 15 Aug 2006)
New Revision: 3590
Modified:
django/trunk/django/bin/compile-messages.py
Log:
Small error-message formatting change to compile-messages.py
Modified: django/trunk/django/bin/compile-messages.py
===================================================================
--- django/trunk/django/bin/compile-messages.py 2006-08-15 00:13:16 UTC (rev
3589)
+++ django/trunk/django/bin/compile-messages.py 2006-08-16 04:27:42 UTC (rev
3590)
@@ -11,7 +11,7 @@
elif os.path.isdir('locale'):
basedir = os.path.abspath('locale')
else:
- print "this script should be run from the django svn tree or your
project or app tree"
+ print "This script should be run from the Django SVN tree or your
project or app tree."
sys.exit(1)
for dirpath, dirnames, filenames in os.walk(basedir):
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Django updates" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/django-updates
-~----------~----~----~----~------~----~------~--~---