Browse Source

msg sync with r.horizon (for i18n)

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@35095 15284696-431f-4ddb-bdfa-cd5b030d7da7
Markus Neteler 16 years ago
parent
commit
97777c7cbf
1 changed files with 1 additions and 1 deletions
  1. 1 1
      raster/r.sun2/main.c

+ 1 - 1
raster/r.sun2/main.c

@@ -366,7 +366,7 @@ int main(int argc, char *argv[])
     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();