Browse Source

msg cosmetics

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@64843 15284696-431f-4ddb-bdfa-cd5b030d7da7
Markus Neteler 10 years ago
parent
commit
5adf35aa8b
1 changed files with 1 additions and 1 deletions
  1. 1 1
      lib/init/grass.py

+ 1 - 1
lib/init/grass.py

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