[GRASS-SVN] r35166 - grass/branches/develbranch_6/raster/r.sun2

svn_grass at osgeo.org svn_grass at osgeo.org
Fri Jan 2 11:17:20 EST 2009


Author: neteler
Date: 2009-01-02 11:17:20 -0500 (Fri, 02 Jan 2009)
New Revision: 35166

Modified:
   grass/branches/develbranch_6/raster/r.sun2/main.c
Log:
msg improvements

Modified: grass/branches/develbranch_6/raster/r.sun2/main.c
===================================================================
--- grass/branches/develbranch_6/raster/r.sun2/main.c	2009-01-02 16:16:04 UTC (rev 35165)
+++ grass/branches/develbranch_6/raster/r.sun2/main.c	2009-01-02 16:17:20 UTC (rev 35166)
@@ -357,7 +357,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();
@@ -366,7 +366,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();
@@ -374,7 +374,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