Przeglądaj źródła

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

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@60191 15284696-431f-4ddb-bdfa-cd5b030d7da7
Markus Neteler 11 lat temu
rodzic
commit
600e52f16c
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      lib/gis/gisinit.c

+ 1 - 1
lib/gis/gisinit.c

@@ -48,7 +48,7 @@ void G__gisinit(const char *version, const char *pgm)
     G_set_program_name(pgm);
     G_set_program_name(pgm);
 
 
     if (strcmp(version, GIS_H_VERSION) != 0)
     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."
 			"trying to use version %s."
 			"You need to rebuild GRASS GIS or untangle multiple installations."),
 			"You need to rebuild GRASS GIS or untangle multiple installations."),
                         version, GIS_H_VERSION);
                         version, GIS_H_VERSION);