mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-25 00:58:06 -05:00
Merge pull request #1642 from timlinux/processing
Papercut fix for inconsistent spelling of Raster Layer vs Vector layer
This commit is contained in:
commit
ac5ff27a80
@ -47,7 +47,7 @@ from processing.core.parameters import ParameterFile
|
||||
class ModelerParameterDefinitionDialog(QDialog):
|
||||
|
||||
PARAMETER_NUMBER = 'Number'
|
||||
PARAMETER_RASTER = 'Raster Layer'
|
||||
PARAMETER_RASTER = 'Raster layer'
|
||||
PARAMETER_TABLE = 'Table'
|
||||
PARAMETER_VECTOR = 'Vector layer'
|
||||
PARAMETER_STRING = 'String'
|
||||
|
Loading…
x
Reference in New Issue
Block a user