[GRASS-SVN] r36457 -
grass/branches/develbranch_6/vector/lidar/v.surf.bspline
svn_grass at osgeo.org
svn_grass at osgeo.org
Mon Mar 23 10:22:02 EDT 2009
Author: neteler
Date: 2009-03-23 10:22:02 -0400 (Mon, 23 Mar 2009)
New Revision: 36457
Modified:
grass/branches/develbranch_6/vector/lidar/v.surf.bspline/main.c
Log:
less confusing msg
Modified: grass/branches/develbranch_6/vector/lidar/v.surf.bspline/main.c
===================================================================
--- grass/branches/develbranch_6/vector/lidar/v.surf.bspline/main.c 2009-03-23 14:21:29 UTC (rev 36456)
+++ grass/branches/develbranch_6/vector/lidar/v.surf.bspline/main.c 2009-03-23 14:22:02 UTC (rev 36457)
@@ -144,7 +144,7 @@
dfield_opt = G_define_standard_option(G_OPT_V_FIELD); {
dfield_opt->description =
- _("Field value. If set to 0, z coordinates are used. (3D vector only)");
+ _("If set to 0, z coordinates are used. (3D vector only)");
dfield_opt->answer = "0";
dfield_opt->guisection = _("Settings");
dfield_opt->gisprompt = "old_layer,layer,layer_zero";
More information about the grass-commit
mailing list