[GRASS-SVN] r57661 - grass/branches/develbranch_6/raster/r.watershed/front

svn_grass at osgeo.org svn_grass at osgeo.org
Fri Sep 13 19:16:09 PDT 2013


Author: hamish
Date: 2013-09-13 19:16:09 -0700 (Fri, 13 Sep 2013)
New Revision: 57661

Modified:
   grass/branches/develbranch_6/raster/r.watershed/front/main.c
Log:
descr dot (merge from relbr64)

Modified: grass/branches/develbranch_6/raster/r.watershed/front/main.c
===================================================================
--- grass/branches/develbranch_6/raster/r.watershed/front/main.c	2013-09-14 02:04:40 UTC (rev 57660)
+++ grass/branches/develbranch_6/raster/r.watershed/front/main.c	2013-09-14 02:16:09 UTC (rev 57661)
@@ -54,7 +54,7 @@
     /* Set description */
     module = G_define_module();
     module->keywords = _("raster, hydrology");
-    module->description = _("Watershed basin analysis program");
+    module->description = _("Watershed basin analysis program.");
 
     opt1 = G_define_standard_option(G_OPT_R_ELEV);
     opt1->guisection = _("Inputs");



More information about the grass-commit mailing list