[GRASS-SVN] r64843 - grass/trunk/lib/init

svn_grass at osgeo.org svn_grass at osgeo.org
Thu Mar 12 15:27:26 PDT 2015


Author: neteler
Date: 2015-03-12 15:27:26 -0700 (Thu, 12 Mar 2015)
New Revision: 64843

Modified:
   grass/trunk/lib/init/grass.py
Log:
msg cosmetics

Modified: grass/trunk/lib/init/grass.py
===================================================================
--- grass/trunk/lib/init/grass.py	2015-03-12 22:26:18 UTC (rev 64842)
+++ grass/trunk/lib/init/grass.py	2015-03-12 22:27:26 UTC (rev 64843)
@@ -1191,7 +1191,7 @@
 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()



More information about the grass-commit mailing list