소스 검색

Added a space between sentences

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@60208 15284696-431f-4ddb-bdfa-cd5b030d7da7
Huidae Cho 11 년 전
부모
커밋
0a006a80b6
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      lib/gis/gisinit.c

+ 1 - 1
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);