[GRASS-SVN] r62652 - grass/trunk/display/d.legend
svn_grass at osgeo.org
svn_grass at osgeo.org
Fri Nov 7 05:54:22 PST 2014
Author: martinl
Date: 2014-11-07 05:54:22 -0800 (Fri, 07 Nov 2014)
New Revision: 62652
Modified:
grass/trunk/display/d.legend/main.c
Log:
d.legend: fix typo in module description
Modified: grass/trunk/display/d.legend/main.c
===================================================================
--- grass/trunk/display/d.legend/main.c 2014-11-07 11:11:59 UTC (rev 62651)
+++ grass/trunk/display/d.legend/main.c 2014-11-07 13:54:22 UTC (rev 62652)
@@ -85,7 +85,7 @@
G_add_keyword(_("display"));
G_add_keyword(_("cartography"));
module->description =
- _("Displays a legend for a raster map (2 or 3D) in the active frame "
+ _("Displays a legend for a 2D or 3D raster map in the active frame "
"of the graphics monitor.");
opt_rast2d = G_define_standard_option(G_OPT_R_MAP);
More information about the grass-commit
mailing list