We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f969b03 commit 5a7da09Copy full SHA for 5a7da09
python/plugins/processing/modeler/ModelerParameterDefinitionDialog.py
@@ -66,11 +66,11 @@ class ModelerParameterDefinitionDialog(QDialog):
66
PARAMETER_NUMBER = 'Number'
67
PARAMETER_RASTER = 'Raster Layer'
68
PARAMETER_TABLE = 'Vector Layer'
69
- PARAMETER_VECTOR = 'Feature Source'
+ PARAMETER_VECTOR = 'Vector Features'
70
PARAMETER_STRING = 'String'
71
PARAMETER_EXPRESSION = 'Expression'
72
PARAMETER_BOOLEAN = 'Boolean'
73
- PARAMETER_TABLE_FIELD = 'Layer Field'
+ PARAMETER_TABLE_FIELD = 'Vector Field'
74
PARAMETER_EXTENT = 'Extent'
75
PARAMETER_FILE = 'File'
76
PARAMETER_POINT = 'Point'
0 commit comments