Преглед на файлове

improve description of add option

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@60432 15284696-431f-4ddb-bdfa-cd5b030d7da7
Moritz Lennert преди 11 години
родител
ревизия
6b100d3977
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      vector/v.category/main.c

+ 1 - 1
vector/v.category/main.c

@@ -112,7 +112,7 @@ int main(int argc, char *argv[])
 	       "report;%s;"
 	       "print;%s;"
 	       "layers;%s",
-	       _("add a new category"),
+	       _("add a category to features without category in the given layer"),
 	       _("delete category (cat=-1 to delete all categories of given layer)"),
 	       _("change layer number (e.g. layer=3,1 changes layer 3 to layer 1)"),
 	       _("add the value specified by cat option to the current category value"),