[GRASS-SVN] r73120 - grass/trunk/vector/v.vect.stats

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


Author: martinl
Date: 2018-08-17 09:09:43 -0700 (Fri, 17 Aug 2018)
New Revision: 73120

Modified:
   grass/trunk/vector/v.vect.stats/main.c
Log:
v.vect.stats: map label/description UI fix

Modified: grass/trunk/vector/v.vect.stats/main.c
===================================================================
--- grass/trunk/vector/v.vect.stats/main.c	2018-08-17 16:05:51 UTC (rev 73119)
+++ grass/trunk/vector/v.vect.stats/main.c	2018-08-17 16:09:43 UTC (rev 73120)
@@ -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