Skip to content

Commit ac5ff27

Browse files
committedOct 20, 2014
Merge pull request #1642 from timlinux/processing
Papercut fix for inconsistent spelling of Raster Layer vs Vector layer
2 parents 7876a78 + afc60e1 commit ac5ff27

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.