[GRASS-SVN] r44008 -
grass/branches/releasebranch_6_4/general/g.mapsets
svn_grass at osgeo.org
svn_grass at osgeo.org
Sun Oct 24 03:46:53 EDT 2010
Author: martinl
Date: 2010-10-24 00:46:53 -0700 (Sun, 24 Oct 2010)
New Revision: 44008
Modified:
grass/branches/releasebranch_6_4/general/g.mapsets/main.c
Log:
g.mapsets: split module's description to label
(merge r44006 from trunk)
Modified: grass/branches/releasebranch_6_4/general/g.mapsets/main.c
===================================================================
--- grass/branches/releasebranch_6_4/general/g.mapsets/main.c 2010-10-24 07:45:31 UTC (rev 44007)
+++ grass/branches/releasebranch_6_4/general/g.mapsets/main.c 2010-10-24 07:46:53 UTC (rev 44008)
@@ -57,10 +57,10 @@
module = G_define_module();
module->keywords = _("general, settings");
- module->description =
- _("Modifies the user's current mapset "
- "search path, affecting the user's access to data existing "
- "under the other GRASS mapsets in the current location.");
+ G_add_keyword(_("search path"));
+ module->label = _("Modifies the user's current mapset search path.");
+ module->description = _("Affects the user's access to data existing "
+ "under the other mapsets in the current location.");
opt.mapset = G_define_option();
opt.mapset->key = "mapset";
More information about the grass-commit
mailing list