Skip to content

Commit afc60e1

Browse files
committedOct 19, 2014
Papercut fix for inconsistent spelling of Raster Layer vs Vector layer
1 parent c81a27e commit afc60e1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎python/plugins/processing/modeler/ModelerParameterDefinitionDialog.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
class ModelerParameterDefinitionDialog(QDialog):
4848

4949
PARAMETER_NUMBER = 'Number'
50-
PARAMETER_RASTER = 'Raster Layer'
50+
PARAMETER_RASTER = 'Raster layer'
5151
PARAMETER_TABLE = 'Table'
5252
PARAMETER_VECTOR = 'Vector layer'
5353
PARAMETER_STRING = 'String'

0 commit comments

Comments
 (0)
Please sign in to comment.