Explorar el Código

Update main.c (#618)

Grammar, like #607.
積丹尼 Dan Jacobson hace 5 años
padre
commit
b5b76d2ec3
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      vector/v.category/main.c

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

@@ -76,7 +76,7 @@ int main(int argc, char *argv[])
     G_add_keyword(_("category"));
     G_add_keyword(_("layer"));
     module->description =
-	_("Attaches, deletes or reports vector categories to map geometry.");
+	_("Attaches, deletes or reports vector categories to/from/of map geometry.");
 
     in_opt = G_define_standard_option(G_OPT_V_INPUT);