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

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


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

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

Modified: grass/branches/develbranch_6/raster/r.sun2/main.c
===================================================================
--- grass/branches/develbranch_6/raster/r.sun2/main.c	2008-12-29 17:46:38 UTC (rev 35096)
+++ grass/branches/develbranch_6/raster/r.sun2/main.c	2008-12-29 17:47:08 UTC (rev 35097)
@@ -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