[GRASS-SVN] r29421 - grass/trunk/raster/r.resamp.rst
svn_grass at osgeo.org
svn_grass at osgeo.org
Wed Dec 12 09:22:14 EST 2007
Author: epatton
Date: 2007-12-12 09:22:14 -0500 (Wed, 12 Dec 2007)
New Revision: 29421
Modified:
grass/trunk/raster/r.resamp.rst/main.c
Log:
Small edit to module description
Modified: grass/trunk/raster/r.resamp.rst/main.c
===================================================================
--- grass/trunk/raster/r.resamp.rst/main.c 2007-12-12 14:16:37 UTC (rev 29420)
+++ grass/trunk/raster/r.resamp.rst/main.c 2007-12-12 14:22:14 UTC (rev 29421)
@@ -154,7 +154,7 @@
module = G_define_module();
module->keywords = _("raster");
module->description =
- _("Reinterpolates and computes topographic analysis from "
+ _("Reinterpolates and optionally computes topographic analysis from "
"input raster map to a new raster map (possibly with "
"different resolution) using regularized spline with "
"tension and smoothing.");
More information about the grass-commit
mailing list