소스 검색

v.colors: msg fix

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@65571 15284696-431f-4ddb-bdfa-cd5b030d7da7
Markus Neteler 9 년 전
부모
커밋
6fce31e6d9
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      vector/v.colors/main.c

+ 1 - 1
vector/v.colors/main.c

@@ -280,7 +280,7 @@ int main(int argc, char *argv[])
 
     Rast_init_colors(&colors);
     if (is_from_stdin) {
-        G_fatal_error(_("Reading color rules from standard input is not currently supported"));
+        G_fatal_error(_("Reading color rules from standard input is currently not supported"));
 	/*
         if (!read_color_rules(stdin, &colors, min, max, fp))
             exit(EXIT_FAILURE);