فهرست منبع

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