[GRASS-SVN] r61479 - grass/trunk/raster/r.series.interp

svn_grass at osgeo.org svn_grass at osgeo.org
Thu Jul 31 09:51:55 PDT 2014


Author: neteler
Date: 2014-07-31 09:51:55 -0700 (Thu, 31 Jul 2014)
New Revision: 61479

Modified:
   grass/trunk/raster/r.series.interp/main.c
Log:
r.series.interp: msg cosmetics

Modified: grass/trunk/raster/r.series.interp/main.c
===================================================================
--- grass/trunk/raster/r.series.interp/main.c	2014-07-31 15:19:16 UTC (rev 61478)
+++ grass/trunk/raster/r.series.interp/main.c	2014-07-31 16:51:55 UTC (rev 61479)
@@ -64,8 +64,9 @@
     G_add_keyword(_("raster"));
     G_add_keyword(_("series"));
     G_add_keyword(_("interpolation"));
+    /* TODO: re-phrase the description */
     module->description =
-	_("Interpolate raster maps located (temporal or spatial) "
+	_("Interpolates raster maps located (temporal or spatial) "
           "in between input raster maps at specific sampling positions.");
 
     parm.input = G_define_standard_option(G_OPT_R_INPUTS);



More information about the grass-commit mailing list