瀏覽代碼

libgis: msg cosmetics

git-svn-id: https://svn.osgeo.org/grass/grass/branches/releasebranch_7_0@60210 15284696-431f-4ddb-bdfa-cd5b030d7da7
Markus Neteler 11 年之前
父節點
當前提交
48ffb0c192
共有 1 個文件被更改,包括 2 次插入2 次删除
  1. 2 2
      lib/gis/gisinit.c

+ 2 - 2
lib/gis/gisinit.c

@@ -49,7 +49,7 @@ void G__gisinit(const char *version, const char *pgm)
 
 
     if (strcmp(version, GIS_H_VERSION) != 0)
     if (strcmp(version, GIS_H_VERSION) != 0)
 	G_fatal_error(_("Module built against version %s but "
 	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);
 
 
@@ -83,7 +83,7 @@ void G__no_gisinit(const char *version)
 
 
     if (strcmp(version, GIS_H_VERSION) != 0)
     if (strcmp(version, GIS_H_VERSION) != 0)
 	G_fatal_error(_("Module built against version %s but "
 	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);
     gisinit();
     gisinit();