소스 검색

Message cosmetics

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@60160 15284696-431f-4ddb-bdfa-cd5b030d7da7
Huidae Cho 11 년 전
부모
커밋
58d377a3cc
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      general/g.setproj/get_stp.c

+ 1 - 1
general/g.setproj/get_stp.c

@@ -40,7 +40,7 @@ void get_stp_proj(char string[])
 	    fprintf(stderr, "\nInvalid Co-ordinate System Specification\n");
     }
     if (get_stp_code(code, string, buff) == 0)
-	G_fatal_error(_("This should not happen see your system admin"));
+	G_fatal_error(_("This should not happen. See your system admin."));
 
     return;
 }