git-svn-id: https://svn.osgeo.org/grass/grass/trunk@64843 15284696-431f-4ddb-bdfa-cd5b030d7da7
@@ -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()