|
@@ -157,7 +157,7 @@ int main(int argc, char *argv[])
|
|
|
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 @@ int main(int argc, char *argv[])
|
|
|
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);
|