[GRASS-SVN] r46076 - grass/trunk/raster/r.carve

svn_grass at osgeo.org svn_grass at osgeo.org
Thu Apr 21 19:22:23 EDT 2011


Author: hamish
Date: 2011-04-21 16:22:23 -0700 (Thu, 21 Apr 2011)
New Revision: 46076

Modified:
   grass/trunk/raster/r.carve/main.c
Log:
dot @$ module desc

Modified: grass/trunk/raster/r.carve/main.c
===================================================================
--- grass/trunk/raster/r.carve/main.c	2011-04-21 22:09:36 UTC (rev 46075)
+++ grass/trunk/raster/r.carve/main.c	2011-04-21 23:22:23 UTC (rev 46076)
@@ -73,7 +73,7 @@
     module = G_define_module();
     G_add_keyword(_("raster"));
     G_add_keyword(_("hydrology"));
-    module->label = _("Generates stream channels");
+    module->label = _("Generates stream channels.");
     module->description = _("Takes vector stream data, transforms it "
 			    "to raster and subtracts depth from the output DEM.");
 



More information about the grass-commit mailing list