[GRASS-SVN] r62653 - in grass/branches/releasebranch_7_0: . display/d.legend
svn_grass at osgeo.org
svn_grass at osgeo.org
Fri Nov 7 05:56:44 PST 2014
Author: martinl
Date: 2014-11-07 05:56:44 -0800 (Fri, 07 Nov 2014)
New Revision: 62653
Modified:
grass/branches/releasebranch_7_0/
grass/branches/releasebranch_7_0/display/d.legend/main.c
Log:
d.legend: fix typo in module description
(merge r62652 from trunk)
Property changes on: grass/branches/releasebranch_7_0
___________________________________________________________________
Modified: svn:mergeinfo
- /grass/trunk:61096,62179-62180,62182,62403,62422,62424,62437,62466,62487,62491,62494,62501,62506,62508-62509,62515,62518-62519,62521,62526,62533,62539,62541,62555,62562,62570,62573,62575,62585,62588,62597,62603,62606,62609,62614,62618,62632,62642,62649
+ /grass/trunk:61096,62179-62180,62182,62403,62422,62424,62437,62466,62487,62491,62494,62501,62506,62508-62509,62515,62518-62519,62521,62526,62533,62539,62541,62555,62562,62570,62573,62575,62585,62588,62597,62603,62606,62609,62614,62618,62632,62642,62649,62652
Modified: grass/branches/releasebranch_7_0/display/d.legend/main.c
===================================================================
--- grass/branches/releasebranch_7_0/display/d.legend/main.c 2014-11-07 13:54:22 UTC (rev 62652)
+++ grass/branches/releasebranch_7_0/display/d.legend/main.c 2014-11-07 13:56:44 UTC (rev 62653)
@@ -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