git-svn-id: https://svn.osgeo.org/grass/grass/trunk@55619 15284696-431f-4ddb-bdfa-cd5b030d7da7
@@ -36,7 +36,7 @@ int main(int argc, char *argv[])
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);
@@ -112,7 +112,7 @@ int parse_args(int argc, char *argv[], struct globals *globals)
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");