[GRASS-SVN] r44007 - grass/branches/develbranch_6/general/g.mapsets

svn_grass at osgeo.org svn_grass at osgeo.org
Sun Oct 24 03:45:31 EDT 2010


Author: martinl
Date: 2010-10-24 00:45:31 -0700 (Sun, 24 Oct 2010)
New Revision: 44007

Modified:
   grass/branches/develbranch_6/general/g.mapsets/main.c
Log:
g.mapsets: split module's description to label
(merge r44006 from trunk)


Modified: grass/branches/develbranch_6/general/g.mapsets/main.c
===================================================================
--- grass/branches/develbranch_6/general/g.mapsets/main.c	2010-10-24 07:44:12 UTC (rev 44006)
+++ grass/branches/develbranch_6/general/g.mapsets/main.c	2010-10-24 07:45:31 UTC (rev 44007)
@@ -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