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

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


Author: neteler
Date: 2014-05-11 13:42:41 -0700 (Sun, 11 May 2014)
New Revision: 60192

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:40:52 UTC (rev 60191)
+++ grass/trunk/lib/gis/gisinit.c	2014-05-11 20:42:41 UTC (rev 60192)
@@ -82,7 +82,7 @@
 	return;
 
     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