[GRASS-SVN] r44022 - grass/branches/develbranch_6/general/g.mapsets
svn_grass at osgeo.org
svn_grass at osgeo.org
Sun Oct 24 06:27:29 EDT 2010
Author: martinl
Date: 2010-10-24 03:27:29 -0700 (Sun, 24 Oct 2010)
New Revision: 44022
Modified:
grass/branches/develbranch_6/general/g.mapsets/main.c
Log:
fix backport
Modified: grass/branches/develbranch_6/general/g.mapsets/main.c
===================================================================
--- grass/branches/develbranch_6/general/g.mapsets/main.c 2010-10-24 10:22:43 UTC (rev 44021)
+++ grass/branches/develbranch_6/general/g.mapsets/main.c 2010-10-24 10:27:29 UTC (rev 44022)
@@ -56,8 +56,7 @@
G_gisinit(argv[0]);
module = G_define_module();
- module->keywords = _("general, settings");
- G_add_keyword(_("search path"));
+ module->keywords = _("general, settings, 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.");
More information about the grass-commit
mailing list