[GRASS-SVN] r62030 - in grass/trunk/raster/simwe: r.sim.sediment r.sim.water

svn_grass at osgeo.org svn_grass at osgeo.org
Wed Sep 17 18:54:15 PDT 2014


Author: neteler
Date: 2014-09-17 18:54:14 -0700 (Wed, 17 Sep 2014)
New Revision: 62030

Modified:
   grass/trunk/raster/simwe/r.sim.sediment/main.c
   grass/trunk/raster/simwe/r.sim.water/main.c
Log:
r.sim.*: user message harmonization

Modified: grass/trunk/raster/simwe/r.sim.sediment/main.c
===================================================================
--- grass/trunk/raster/simwe/r.sim.sediment/main.c	2014-09-18 01:53:13 UTC (rev 62029)
+++ grass/trunk/raster/simwe/r.sim.sediment/main.c	2014-09-18 01:54:14 UTC (rev 62030)
@@ -157,7 +157,7 @@
     parm.maninval->type = TYPE_DOUBLE;
     parm.maninval->answer = MANINVAL;
     parm.maninval->required = NO;
-    parm.maninval->description = _("Name of Manning's n value");
+    parm.maninval->description = _("Manning's n unique value");
     parm.maninval->guisection = _("Input");
 
     parm.outwalk = G_define_standard_option(G_OPT_V_OUTPUT);
@@ -171,14 +171,14 @@
     parm.observation->key = "observation";
     parm.observation->required = NO;
     parm.observation->description =
-	_("Name of the sampling locations vector points map");
+	_("Name of sampling locations vector points map");
     parm.observation->guisection = _("Input options");
 
     parm.logfile = G_define_standard_option(G_OPT_F_OUTPUT);
     parm.logfile->key = "logfile";
     parm.logfile->required = NO;
     parm.logfile->description =
-	_("Name of the sampling points output text file. For each observation vector point the time series of sediment transport is stored.");
+	_("Name for sampling points output text file. For each observation vector point the time series of sediment transport is stored.");
     parm.logfile->guisection = _("Output");
 
     parm.tc = G_define_standard_option(G_OPT_R_OUTPUT);

Modified: grass/trunk/raster/simwe/r.sim.water/main.c
===================================================================
--- grass/trunk/raster/simwe/r.sim.water/main.c	2014-09-18 01:53:13 UTC (rev 62029)
+++ grass/trunk/raster/simwe/r.sim.water/main.c	2014-09-18 01:54:14 UTC (rev 62030)
@@ -158,7 +158,7 @@
     parm.manin = G_define_standard_option(G_OPT_R_INPUT);
     parm.manin->key = "man";
     parm.manin->required = NO;
-    parm.manin->description = _("Name of the Manning's n raster map");
+    parm.manin->description = _("Name of Manning's n raster map");
     parm.manin->guisection = _("Input");
 
     parm.maninval = G_define_option();
@@ -180,14 +180,14 @@
     parm.observation->key = "observation";
     parm.observation->required = NO;
     parm.observation->description =
-	_("Name of the sampling locations vector points map");
+	_("Name of sampling locations vector points map");
     parm.observation->guisection = _("Input options");
 
     parm.logfile = G_define_standard_option(G_OPT_F_OUTPUT);
     parm.logfile->key = "logfile";
     parm.logfile->required = NO;
     parm.logfile->description =
-	_("Name of the sampling points output text file. For each observation vector point the time series of water depth is stored.");
+	_("Name for sampling points output text file. For each observation vector point the time series of sediment transport is stored.");
     parm.logfile->guisection = _("Output");
 
     parm.depth = G_define_standard_option(G_OPT_R_OUTPUT);



More information about the grass-commit mailing list