Skip to content

Commit

Permalink
[processing] fix typo (fix #18248)
Browse files Browse the repository at this point in the history
(cherry picked from commit 8873464)
  • Loading branch information
alexbruy committed Mar 1, 2018
1 parent 529903c commit 3711a92
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/plugins/processing/algs/gdal/ClipRasterByMask.py
Expand Up @@ -74,7 +74,7 @@ def initAlgorithm(self, config=None):
defaultValue=0.0,
optional=True))
self.addParameter(QgsProcessingParameterBoolean(self.ALPHA_BAND,
self.tr('Create and output alpha band'),
self.tr('Create an output alpha band'),
defaultValue=False))
self.addParameter(QgsProcessingParameterBoolean(self.CROP_TO_CUTLINE,
self.tr('Crop the extent of the target dataset to the extent of the cutline'),
Expand Down

0 comments on commit 3711a92

Please sign in to comment.