[GRASS-SVN] r55619 - grass/trunk/imagery/i.segment

svn_grass at osgeo.org svn_grass at osgeo.org
Thu Apr 4 01:06:12 PDT 2013


Author: martinl
Date: 2013-04-04 01:06:12 -0700 (Thu, 04 Apr 2013)
New Revision: 55619

Modified:
   grass/trunk/imagery/i.segment/main.c
   grass/trunk/imagery/i.segment/parse_args.c
Log:
i.segment: description cosmetics


Modified: grass/trunk/imagery/i.segment/main.c
===================================================================
--- grass/trunk/imagery/i.segment/main.c	2013-04-04 04:25:29 UTC (rev 55618)
+++ grass/trunk/imagery/i.segment/main.c	2013-04-04 08:06:12 UTC (rev 55619)
@@ -36,7 +36,7 @@
     G_add_keyword(_("segmentation"));
     G_add_keyword(_("object recognition"));
     module->description =
-	_("Identify segments (objects) from imagery.");
+	_("Identifies segments (objects) from imagery data.");
 
     parse_args(argc, argv, &globals);
 	

Modified: grass/trunk/imagery/i.segment/parse_args.c
===================================================================
--- grass/trunk/imagery/i.segment/parse_args.c	2013-04-04 04:25:29 UTC (rev 55618)
+++ grass/trunk/imagery/i.segment/parse_args.c	2013-04-04 08:06:12 UTC (rev 55619)
@@ -112,7 +112,7 @@
     bounds = G_define_standard_option(G_OPT_R_INPUT);
     bounds->key = "bounds";
     bounds->required = NO;
-    bounds->label = _("Name for input bounding/constraining raster map");
+    bounds->label = _("Name of input bounding/constraining raster map");
     bounds->description =
 	_("Must be integer values, each area will be segmented independent of the others");
 



More information about the grass-commit mailing list