[GRASS-SVN] r73121 - grass/branches/releasebranch_7_4/vector/v.vect.stats

svn_grass at osgeo.org svn_grass at osgeo.org
Fri Aug 17 09:11:37 PDT 2018


Author: martinl
Date: 2018-08-17 09:11:37 -0700 (Fri, 17 Aug 2018)
New Revision: 73121

Modified:
   grass/branches/releasebranch_7_4/vector/v.vect.stats/main.c
Log:
v.vect.stats: map label/description UI fix (merge r73120 from trunk)

Modified: grass/branches/releasebranch_7_4/vector/v.vect.stats/main.c
===================================================================
--- grass/branches/releasebranch_7_4/vector/v.vect.stats/main.c	2018-08-17 16:09:43 UTC (rev 73120)
+++ grass/branches/releasebranch_7_4/vector/v.vect.stats/main.c	2018-08-17 16:11:37 UTC (rev 73121)
@@ -136,12 +136,12 @@
 
     point_opt = G_define_standard_option(G_OPT_V_INPUT);
     point_opt->key = "points";
-    point_opt->description = _("Name of existing vector map with points");
+    point_opt->label = _("Name of existing vector map with points");
     /* point_opt->guisection = _("Required"); */
 
     area_opt = G_define_standard_option(G_OPT_V_INPUT);
     area_opt->key = "areas";
-    area_opt->description = _("Name of existing vector map with areas");
+    area_opt->label = _("Name of existing vector map with areas");
     /* area_opt->guisection = _("Required"); */
 
     point_type_opt = G_define_standard_option(G_OPT_V_TYPE);



More information about the grass-commit mailing list