[GRASS-SVN] r48902 - grass/trunk/imagery/i.group

svn_grass at osgeo.org svn_grass at osgeo.org
Fri Oct 21 07:55:27 EDT 2011


Author: martinl
Date: 2011-10-21 04:55:26 -0700 (Fri, 21 Oct 2011)
New Revision: 48902

Modified:
   grass/trunk/imagery/i.group/main.c
Log:
i.group: simplification of module description


Modified: grass/trunk/imagery/i.group/main.c
===================================================================
--- grass/trunk/imagery/i.group/main.c	2011-10-21 11:54:37 UTC (rev 48901)
+++ grass/trunk/imagery/i.group/main.c	2011-10-21 11:55:26 UTC (rev 48902)
@@ -52,7 +52,7 @@
     G_add_keyword(_("imagery"));
     G_add_keyword(_("map management"));
     module->description =
-	_("Creates, edits, and lists groups and subgroups of imagery data.");
+	_("Creates, edits, and lists groups of imagery data.");
 
     /* Get Args */
     grp = G_define_standard_option(G_OPT_I_GROUP);



More information about the grass-commit mailing list