Skip to content

Commit

Permalink
Papercut fix for inconsistent spelling of Raster Layer vs Vector layer
Browse files Browse the repository at this point in the history
  • Loading branch information
timlinux committed Oct 19, 2014
1 parent c81a27e commit afc60e1
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 afc60e1

Please sign in to comment.