[GRASS-SVN] r59496 - grass/branches/releasebranch_7_0/raster/r.stream.snap

svn_grass at osgeo.org svn_grass at osgeo.org
Fri Mar 28 07:38:07 PDT 2014


Author: hellik
Date: 2014-03-28 07:38:06 -0700 (Fri, 28 Mar 2014)
New Revision: 59496

Modified:
   grass/branches/releasebranch_7_0/raster/r.stream.snap/main.c
Log:
r.stream.snap: label cosmetics - merge from trunk

Modified: grass/branches/releasebranch_7_0/raster/r.stream.snap/main.c
===================================================================
--- grass/branches/releasebranch_7_0/raster/r.stream.snap/main.c	2014-03-28 14:34:52 UTC (rev 59495)
+++ grass/branches/releasebranch_7_0/raster/r.stream.snap/main.c	2014-03-28 14:38:06 UTC (rev 59496)
@@ -44,7 +44,7 @@
     G_gisinit(argv[0]);
 
     module = G_define_module();
-    module->label = _("Delineates basins for stream network.");
+    module->label = _("Snap point to modelled river network.");
     module->description = _("Input can be stream network, point vector map with outlets or outlet coordinates.");
     G_add_keyword(_("raster"));
     G_add_keyword(_("hydrology"));



More information about the grass-commit mailing list