Skip to content

Commit

Permalink
d.legend, d.vect.thematic: add keyword
Browse files Browse the repository at this point in the history
git-svn-id: https://svn.osgeo.org/grass/grass/trunk@66316 15284696-431f-4ddb-bdfa-cd5b030d7da7
  • Loading branch information
neteler committed Sep 23, 2015
1 parent 7a55e57 commit 8d91b3c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions display/d.legend/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,7 @@ int main(int argc, char **argv)
module = G_define_module();
G_add_keyword(_("display"));
G_add_keyword(_("cartography"));
G_add_keyword(_("legend"));
module->description =
_("Displays a legend for a 2D or 3D raster map in the active frame "
"of the graphics monitor.");
Expand Down
1 change: 1 addition & 0 deletions display/d.vect.thematic/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,7 @@ int main(int argc, char **argv)
G_add_keyword(_("display"));
G_add_keyword(_("cartography"));
G_add_keyword(_("choropleth map"));
G_add_keyword(_("legend"));
module->description =
_("Displays a thematic vector map "
"in the active graphics frame.");
Expand Down

0 comments on commit 8d91b3c

Please sign in to comment.