Sfoglia il codice sorgente

i.segment: description cosmetics

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@55619 15284696-431f-4ddb-bdfa-cd5b030d7da7
Martin Landa 12 anni fa
parent
commit
38da9a174f
2 ha cambiato i file con 2 aggiunte e 2 eliminazioni
  1. 1 1
      imagery/i.segment/main.c
  2. 1 1
      imagery/i.segment/parse_args.c

+ 1 - 1
imagery/i.segment/main.c

@@ -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);
 	

+ 1 - 1
imagery/i.segment/parse_args.c

@@ -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");