[GRASS-SVN] r35099 - grass/branches/releasebranch_6_4/raster/r.sun2

svn_grass at osgeo.org svn_grass at osgeo.org
Mon Dec 29 12:47:40 EST 2008


Author: neteler
Date: 2008-12-29 12:47:40 -0500 (Mon, 29 Dec 2008)
New Revision: 35099

Modified:
   grass/branches/releasebranch_6_4/raster/r.sun2/main.c
Log:
msg sync with r.horizon (for i18n) (merge from tunk, r35095)

Modified: grass/branches/releasebranch_6_4/raster/r.sun2/main.c
===================================================================
--- grass/branches/releasebranch_6_4/raster/r.sun2/main.c	2008-12-29 17:47:27 UTC (rev 35098)
+++ grass/branches/releasebranch_6_4/raster/r.sun2/main.c	2008-12-29 17:47:40 UTC (rev 35099)
@@ -382,7 +382,7 @@
     parm.horizonstep->type = TYPE_DOUBLE;
     parm.horizonstep->required = NO;
     parm.horizonstep->description =
-	_("Angle step size for the horizon information [degrees]");
+	_("Angle step size for multidirectional horizon [degrees]");
     parm.horizonstep->guisection = _("Input_options");
 
     parm.incidout = G_define_option();



More information about the grass-commit mailing list