소스 검색

d.vect: label grammar

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@71714 15284696-431f-4ddb-bdfa-cd5b030d7da7
Huidae Cho 7 년 전
부모
커밋
ec486c089a
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      display/d.vect/main.c

+ 1 - 1
display/d.vect/main.c

@@ -129,7 +129,7 @@ int main(int argc, char **argv)
     rgbcol_opt = G_define_standard_option(G_OPT_DB_COLUMN);
     rgbcol_opt->key = "rgb_column";
     rgbcol_opt->guisection = _("Colors");
-    rgbcol_opt->label = _("Colorize features according color definition column");
+    rgbcol_opt->label = _("Colorize features according to color definition column");
     rgbcol_opt->description = _("Color definition in R:G:B form");
     
     zcol_opt = G_define_standard_option(G_OPT_M_COLR);