Skip to content

Commit

Permalink
Merge pull request #1642 from timlinux/processing
Browse files Browse the repository at this point in the history
Papercut fix for inconsistent spelling of Raster Layer vs Vector layer
  • Loading branch information
alexbruy committed Oct 20, 2014
2 parents 7876a78 + afc60e1 commit ac5ff27
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -47,7 +47,7 @@
class ModelerParameterDefinitionDialog(QDialog):

PARAMETER_NUMBER = 'Number'
PARAMETER_RASTER = 'Raster Layer'
PARAMETER_RASTER = 'Raster layer'
PARAMETER_TABLE = 'Table'
PARAMETER_VECTOR = 'Vector layer'
PARAMETER_STRING = 'String'
Expand Down

0 comments on commit ac5ff27

Please sign in to comment.