[GRASS-SVN] r56442 - grass/trunk/imagery/i.segment
svn_grass at osgeo.org
svn_grass at osgeo.org
Mon May 27 13:27:36 PDT 2013
Author: neteler
Date: 2013-05-27 13:27:35 -0700 (Mon, 27 May 2013)
New Revision: 56442
Modified:
grass/trunk/imagery/i.segment/parse_args.c
Log:
i.segment: msg cosmetics
Modified: grass/trunk/imagery/i.segment/parse_args.c
===================================================================
--- grass/trunk/imagery/i.segment/parse_args.c 2013-05-27 19:20:41 UTC (rev 56441)
+++ grass/trunk/imagery/i.segment/parse_args.c 2013-05-27 20:27:35 UTC (rev 56442)
@@ -120,7 +120,7 @@
outband->key = "goodness";
outband->required = NO;
outband->description =
- _("Name for output goodness of fit estimate");
+ _("Name for output goodness of fit estimate map");
diagonal = G_define_flag();
diagonal->key = 'd';
@@ -131,7 +131,7 @@
weighted = G_define_flag();
weighted->key = 'w';
weighted->description =
- _("Weighted input, don't perform the default scaling of input raster maps");
+ _("Weighted input, do not perform the default scaling of input raster maps");
weighted->guisection = _("Settings");
if (G_parser(argc, argv))
More information about the grass-commit
mailing list