[GRASS-SVN] r36460 -
grass/branches/develbranch_6/vector/lidar/v.surf.bspline
svn_grass at osgeo.org
svn_grass at osgeo.org
Mon Mar 23 10:51:32 EDT 2009
Author: neteler
Date: 2009-03-23 10:51:32 -0400 (Mon, 23 Mar 2009)
New Revision: 36460
Modified:
grass/branches/develbranch_6/vector/lidar/v.surf.bspline/main.c
Log:
less foggy 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:50:52 UTC (rev 36459)
+++ grass/branches/develbranch_6/vector/lidar/v.surf.bspline/main.c 2009-03-23 14:51:32 UTC (rev 36460)
@@ -234,7 +234,7 @@
/* Open input ext vector */
if (!in_ext_opt->answer) {
ext = FALSE;
- G_message(_("No vector map of sparse points to interpolate. "
+ G_message(_("No vector map of sparse points to interpolate was specified. "
"Interpolation will be done with <%s> vector map"),
in_opt->answer);
}
More information about the grass-commit
mailing list