[GRASS-SVN] r36455 - grass/trunk/vector/lidar/v.surf.bspline

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


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

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

Modified: grass/trunk/vector/lidar/v.surf.bspline/main.c
===================================================================
--- grass/trunk/vector/lidar/v.surf.bspline/main.c	2009-03-23 11:45:38 UTC (rev 36454)
+++ grass/trunk/vector/lidar/v.surf.bspline/main.c	2009-03-23 14:21:01 UTC (rev 36455)
@@ -146,7 +146,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");
     }



More information about the grass-commit mailing list