Sfoglia il codice sorgente

Changed description of "layer" option in order to avoid confusion.

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@53945 15284696-431f-4ddb-bdfa-cd5b030d7da7
Moritz Lennert 12 anni fa
parent
commit
3f3bf97b74
1 ha cambiato i file con 2 aggiunte e 2 eliminazioni
  1. 2 2
      lib/gis/parser_standard_options.c

+ 2 - 2
lib/gis/parser_standard_options.c

@@ -456,8 +456,8 @@ struct Option *G_define_standard_option(int opt)
 	Opt->answer = "1";
 	Opt->label = _("Layer number or name");
 	Opt->description =
-	    _("A single vector map can be connected to multiple database "
-	      "tables. This number determines which table to use. "
+	    _("Vector features can have category values in different layers."
+	      " This number determines which layer to use. "
 	      "When used with direct OGR access this is the layer name.");
 	Opt->gisprompt = "old,layer,layer";
 	break;