[GRASS-SVN] r36456 - grass/branches/releasebranch_6_4/vector/lidar/v.surf.bspline

svn_grass at osgeo.org svn_grass at osgeo.org
Mon Mar 23 10:21:29 EDT 2009


Author: neteler
Date: 2009-03-23 10:21:29 -0400 (Mon, 23 Mar 2009)
New Revision: 36456

Modified:
   grass/branches/releasebranch_6_4/vector/lidar/v.surf.bspline/main.c
Log:
less confusing msg

Modified: grass/branches/releasebranch_6_4/vector/lidar/v.surf.bspline/main.c
===================================================================
--- grass/branches/releasebranch_6_4/vector/lidar/v.surf.bspline/main.c	2009-03-23 14:21:01 UTC (rev 36455)
+++ grass/branches/releasebranch_6_4/vector/lidar/v.surf.bspline/main.c	2009-03-23 14:21:29 UTC (rev 36456)
@@ -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