[GRASS-SVN] r35164 - grass/trunk/raster/r.sun2
svn_grass at osgeo.org
svn_grass at osgeo.org
Fri Jan 2 11:15:03 EST 2009
Author: neteler
Date: 2009-01-02 11:15:03 -0500 (Fri, 02 Jan 2009)
New Revision: 35164
Modified:
grass/trunk/raster/r.sun2/main.c
Log:
msg improvements
Modified: grass/trunk/raster/r.sun2/main.c
===================================================================
--- grass/trunk/raster/r.sun2/main.c 2009-01-02 14:58:02 UTC (rev 35163)
+++ grass/trunk/raster/r.sun2/main.c 2009-01-02 16:15:03 UTC (rev 35164)
@@ -341,7 +341,7 @@
parm.coefbh->required = NO;
parm.coefbh->gisprompt = "old,cell,raster";
parm.coefbh->description =
- _("Name of real-sky beam radiation coefficient raster map [-]");
+ _("Name of real-sky beam radiation coefficient input raster map [-]");
parm.coefbh->guisection = _("Input_options");
parm.coefdh = G_define_option();
@@ -350,7 +350,7 @@
parm.coefdh->required = NO;
parm.coefdh->gisprompt = "old,cell,raster";
parm.coefdh->description =
- _("Name of real-sky diffuse radiation coefficient raster map [-]");
+ _("Name of real-sky diffuse radiation coefficient input raster map [-]");
parm.coefdh->guisection = _("Input_options");
parm.horizon = G_define_option();
@@ -358,7 +358,7 @@
parm.horizon->type = TYPE_STRING;
parm.horizon->required = NO;
parm.horizon->gisprompt = "old,cell,raster";
- parm.horizon->description = _("The horizon information file prefix");
+ parm.horizon->description = _("The horizon information input map prefix");
parm.horizon->guisection = _("Input_options");
parm.horizonstep = G_define_option();
More information about the grass-commit
mailing list