Skip to content

Commit 7c79f2a

Browse files
Small error-message formatting change to compile-messages.py
git-svn-id: http://code.djangoproject.com/svn/django/trunk@3590 bcc190cf-cafb-0310-a4f2-bffc1f526a37
1 parent f98f702 commit 7c79f2a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

django/bin/compile-messages.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ def compile_messages():
1111
elif os.path.isdir('locale'):
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

1717
for dirpath, dirnames, filenames in os.walk(basedir):

0 commit comments

Comments
 (0)