[GRASS-SVN] r47722 -
grass/branches/releasebranch_6_4/raster3d/r3.gwflow
svn_grass at osgeo.org
svn_grass at osgeo.org
Wed Aug 17 17:46:22 EDT 2011
Author: neteler
Date: 2011-08-17 14:46:22 -0700 (Wed, 17 Aug 2011)
New Revision: 47722
Modified:
grass/branches/releasebranch_6_4/raster3d/r3.gwflow/main.c
Log:
prettified msg from G7
Modified: grass/branches/releasebranch_6_4/raster3d/r3.gwflow/main.c
===================================================================
--- grass/branches/releasebranch_6_4/raster3d/r3.gwflow/main.c 2011-08-17 21:44:08 UTC (rev 47721)
+++ grass/branches/releasebranch_6_4/raster3d/r3.gwflow/main.c 2011-08-17 21:46:22 UTC (rev 47722)
@@ -52,7 +52,7 @@
param.phead->type = TYPE_STRING;
param.phead->required = YES;
param.phead->gisprompt = "old,grid3,3d-raster";
- param.phead->description = _("The initial piezometric head in [m]");
+ param.phead->description = _("Input 3D raster map with initial piezometric heads in [m]");
param.status = G_define_option();
param.status->key = "status";
@@ -120,8 +120,9 @@
param.vector->type = TYPE_STRING;
param.vector->required = NO;
param.vector->gisprompt = "new,grid3,3d-raster";
- param.vector->description =
- _("Calculates the groundwater distance velocity vector field and write the x, y and z components to maps named name_[xyz]. Name is basename for the new 3D raster maps.");
+ param.vector->description = _("Calculate the groundwater distance velocity vector field \n"
+ "and write the x, y, and z components to maps named name_[xyz].\n"
+ "Name is basename for the new 3D raster maps.");
param.dt = N_define_standard_option(N_OPT_CALC_TIME);
More information about the grass-commit
mailing list