[GRASS-SVN] r57686 - grass/branches/releasebranch_6_4/raster/simwe/r.sim.sediment

svn_grass at osgeo.org svn_grass at osgeo.org
Fri Sep 13 23:50:50 PDT 2013


Author: neteler
Date: 2013-09-13 23:50:50 -0700 (Fri, 13 Sep 2013)
New Revision: 57686

Modified:
   grass/branches/releasebranch_6_4/raster/simwe/r.sim.sediment/main.c
Log:
r.sim.sediment: msg sync to r.sim.water

Modified: grass/branches/releasebranch_6_4/raster/simwe/r.sim.sediment/main.c
===================================================================
--- grass/branches/releasebranch_6_4/raster/simwe/r.sim.sediment/main.c	2013-09-14 06:04:28 UTC (rev 57685)
+++ grass/branches/releasebranch_6_4/raster/simwe/r.sim.sediment/main.c	2013-09-14 06:50:50 UTC (rev 57686)
@@ -154,7 +154,7 @@
     parm.manin = G_define_standard_option(G_OPT_R_INPUT);
     parm.manin->key = "manin";
     parm.manin->required = NO;
-    parm.manin->description = _("Name of the Mannings n raster map");
+    parm.manin->description = _("Name of the Manning's n raster map");
     parm.manin->guisection = _("Input");
 
     parm.maninval = G_define_option();
@@ -162,7 +162,7 @@
     parm.maninval->type = TYPE_DOUBLE;
     parm.maninval->answer = MANINVAL;
     parm.maninval->required = NO;
-    parm.maninval->description = _("Name of the Mannings n value");
+    parm.maninval->description = _("Manning's n unique value");
     parm.maninval->guisection = _("Input");
 
     /* needs to be updated to GRASS 6 vector format !! 



More information about the grass-commit mailing list