diff --git a/python/plugins/processing/algs/grass/description/v.extract.txt b/python/plugins/processing/algs/grass/description/v.extract.txt index d10213e7c88..76c72d362ed 100644 --- a/python/plugins/processing/algs/grass/description/v.extract.txt +++ b/python/plugins/processing/algs/grass/description/v.extract.txt @@ -1,5 +1,5 @@ v.extract -Selects vector objects from a vector layer a new layer containing only the selected objects. +Selects vector objects from a vector layer and creates a new layer containing only the selected objects. Vector (v.*) ParameterVector|input|Vector layer|-1|False ParameterString|where|WHERE conditions of SQL statement without 'where' keyword| diff --git a/python/plugins/processing/algs/grass7/description/v.extract.txt b/python/plugins/processing/algs/grass7/description/v.extract.txt index d10213e7c88..76c72d362ed 100644 --- a/python/plugins/processing/algs/grass7/description/v.extract.txt +++ b/python/plugins/processing/algs/grass7/description/v.extract.txt @@ -1,5 +1,5 @@ v.extract -Selects vector objects from a vector layer a new layer containing only the selected objects. +Selects vector objects from a vector layer and creates a new layer containing only the selected objects. Vector (v.*) ParameterVector|input|Vector layer|-1|False ParameterString|where|WHERE conditions of SQL statement without 'where' keyword|