summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdrian Holovaty <adrian@holovaty.com>2012-04-27 23:05:13 -0500
committerAdrian Holovaty <adrian@holovaty.com>2012-04-27 23:05:13 -0500
commitf4cc78271126b86ca630624aad63d48339bd3db2 (patch)
tree7842a3279bb1ec619c7a94fb086777a86d53a73b
parentbcdc99dda2c417571fe5185cc730aaa9515316c6 (diff)
Updated unique-messages.py to reference Git instead of SVN
-rwxr-xr-xdjango/bin/unique-messages.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/django/bin/unique-messages.py b/django/bin/unique-messages.py
index c601a9eeea..c43374a5b9 100755
--- a/django/bin/unique-messages.py
+++ b/django/bin/unique-messages.py
@@ -11,7 +11,7 @@ def unique_messages():
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 Git tree or your project or app tree."
sys.exit(1)
for (dirpath, dirnames, filenames) in os.walk(basedir):