Explorar o código

libgis: finetuning of msg change in https://trac.osgeo.org/grass/changeset/60135)

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@60192 15284696-431f-4ddb-bdfa-cd5b030d7da7
Markus Neteler %!s(int64=11) %!d(string=hai) anos
pai
achega
758db2fc8d
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      lib/gis/gisinit.c

+ 1 - 1
lib/gis/gisinit.c

@@ -82,7 +82,7 @@ void G__no_gisinit(const char *version)
 	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);