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

svn_grass at osgeo.org svn_grass at osgeo.org
Sun May 11 20:21:22 PDT 2014


Author: hcho
Date: 2014-05-11 20:21:22 -0700 (Sun, 11 May 2014)
New Revision: 60208

Modified:
   grass/trunk/lib/gis/gisinit.c
Log:
Added a space between sentences

Modified: grass/trunk/lib/gis/gisinit.c
===================================================================
--- grass/trunk/lib/gis/gisinit.c	2014-05-12 03:18:01 UTC (rev 60207)
+++ grass/trunk/lib/gis/gisinit.c	2014-05-12 03:21:22 UTC (rev 60208)
@@ -49,7 +49,7 @@
 
     if (strcmp(version, GIS_H_VERSION) != 0)
 	G_fatal_error(_("Module built against version %s but "
-			"trying to use version %s."
+			"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