[GRASS-SVN] r60191 - grass/trunk/lib/gis

svn_grass at osgeo.org svn_grass at osgeo.org
Sun May 11 13:40:52 PDT 2014


Author: neteler
Date: 2014-05-11 13:40:52 -0700 (Sun, 11 May 2014)
New Revision: 60191

Modified:
   grass/trunk/lib/gis/gisinit.c
Log:
libgis: finetuning of msg change in r60135)

Modified: grass/trunk/lib/gis/gisinit.c
===================================================================
--- grass/trunk/lib/gis/gisinit.c	2014-05-11 20:06:39 UTC (rev 60190)
+++ grass/trunk/lib/gis/gisinit.c	2014-05-11 20:40:52 UTC (rev 60191)
@@ -48,7 +48,7 @@
     G_set_program_name(pgm);
 
     if (strcmp(version, GIS_H_VERSION) != 0)
-	G_fatal_error(_("Module built against version %s "
+	G_fatal_error(_("Module built against version %s but "
 			"trying to use version %s."
 			"You need to rebuild GRASS GIS or untangle multiple installations."),
                         version, GIS_H_VERSION);



More information about the grass-commit mailing list