[GRASS-SVN] r47908 - grass/branches/releasebranch_6_4/display/d.vect

svn_grass at osgeo.org svn_grass at osgeo.org
Sat Aug 27 10:21:55 EDT 2011


Author: martinl
Date: 2011-08-27 07:21:55 -0700 (Sat, 27 Aug 2011)
New Revision: 47908

Modified:
   grass/branches/releasebranch_6_4/display/d.vect/main.c
Log:
d.vect: `color` is not related only to 'lines'
       (merge r47903 from trunk)


Modified: grass/branches/releasebranch_6_4/display/d.vect/main.c
===================================================================
--- grass/branches/releasebranch_6_4/display/d.vect/main.c	2011-08-27 14:21:32 UTC (rev 47907)
+++ grass/branches/releasebranch_6_4/display/d.vect/main.c	2011-08-27 14:21:55 UTC (rev 47908)
@@ -163,7 +163,7 @@
     color_opt->key = "color";
     color_opt->type = TYPE_STRING;
     color_opt->answer = DEFAULT_FG_COLOR;
-    color_opt->label = _("Line color");
+    color_opt->label = _("Feature color");
     color_opt->guisection = _("Colors");
     color_opt->gisprompt = "old_color,color,color_none";
     color_opt->description =



More information about the grass-commit mailing list