Selaa lähdekoodia

i.segment: msg cosmetics

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@56442 15284696-431f-4ddb-bdfa-cd5b030d7da7
Markus Neteler 12 vuotta sitten
vanhempi
commit
396bda7aa6
1 muutettua tiedostoa jossa 2 lisäystä ja 2 poistoa
  1. 2 2
      imagery/i.segment/parse_args.c

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

@@ -120,7 +120,7 @@ int parse_args(int argc, char *argv[], struct globals *globals)
     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 @@ int parse_args(int argc, char *argv[], struct globals *globals)
     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))