[GRASS-SVN] r64842 - grass/branches/releasebranch_7_0/lib/init

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


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

Modified:
   grass/branches/releasebranch_7_0/lib/init/grass.py
Log:
msg cosmetics

Modified: grass/branches/releasebranch_7_0/lib/init/grass.py
===================================================================
--- grass/branches/releasebranch_7_0/lib/init/grass.py	2015-03-12 21:24:00 UTC (rev 64841)
+++ grass/branches/releasebranch_7_0/lib/init/grass.py	2015-03-12 22:26:18 UTC (rev 64842)
@@ -1197,7 +1197,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