浏览代码

msg cosmetics

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@64843 15284696-431f-4ddb-bdfa-cd5b030d7da7
Markus Neteler 10 年之前
父节点
当前提交
5adf35aa8b
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      lib/init/grass.py

+ 1 - 1
lib/init/grass.py

@@ -1191,7 +1191,7 @@ def grep(string,list):
 def print_params():
     plat = gfile(gisbase, 'include', 'Make', 'Platform.make')
     if not os.path.exists(plat):
-        fatal(_("Please install GRASS development package"))
+        fatal(_("Please install the GRASS GIS development package"))
     fileplat = open(plat)
     linesplat = fileplat.readlines()
     fileplat.close()