Skip to content

Commit 5a7da09

Browse files
committed
[needs-docs] Rename some processing input types in modeler for clarity
Refs #17671
1 parent f969b03 commit 5a7da09

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

python/plugins/processing/modeler/ModelerParameterDefinitionDialog.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,11 +66,11 @@ class ModelerParameterDefinitionDialog(QDialog):
6666
PARAMETER_NUMBER = 'Number'
6767
PARAMETER_RASTER = 'Raster Layer'
6868
PARAMETER_TABLE = 'Vector Layer'
69-
PARAMETER_VECTOR = 'Feature Source'
69+
PARAMETER_VECTOR = 'Vector Features'
7070
PARAMETER_STRING = 'String'
7171
PARAMETER_EXPRESSION = 'Expression'
7272
PARAMETER_BOOLEAN = 'Boolean'
73-
PARAMETER_TABLE_FIELD = 'Layer Field'
73+
PARAMETER_TABLE_FIELD = 'Vector Field'
7474
PARAMETER_EXTENT = 'Extent'
7575
PARAMETER_FILE = 'File'
7676
PARAMETER_POINT = 'Point'

0 commit comments

Comments
 (0)