Django

Code

Changeset 3590

Show
Ignore:
Timestamp:
08/15/06 23:27:42 (2 years ago)
Author:
adrian
Message:

Small error-message formatting change to compile-messages.py

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • django/trunk/django/bin/compile-messages.py

    r3577 r3590  
    1212        basedir = os.path.abspath('locale') 
    1313    else: 
    14         print "this script should be run from the django svn tree or your project or app tree
     14        print "This script should be run from the Django SVN tree or your project or app tree.
    1515        sys.exit(1) 
    1616