[GRASS-SVN] r44006 - grass/trunk/general/g.mapsets

svn_grass at osgeo.org svn_grass at osgeo.org
Sun Oct 24 03:44:12 EDT 2010


Author: martinl
Date: 2010-10-24 00:44:12 -0700 (Sun, 24 Oct 2010)
New Revision: 44006

Modified:
   grass/trunk/general/g.mapsets/main.c
Log:
g.mapsets: split module's description to label


Modified: grass/trunk/general/g.mapsets/main.c
===================================================================
--- grass/trunk/general/g.mapsets/main.c	2010-10-24 07:32:24 UTC (rev 44005)
+++ grass/trunk/general/g.mapsets/main.c	2010-10-24 07:44:12 UTC (rev 44006)
@@ -58,10 +58,10 @@
     module = G_define_module();
     G_add_keyword(_("general"));
     G_add_keyword(_("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