浏览代码

Updated unique-messages.py to reference Git instead of SVN

Adrian Holovaty 13 年之前
父节点
当前提交
f4cc782711
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      django/bin/unique-messages.py

+ 1 - 1
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):