mirror of
https://github.com/qgis/QGIS.git
synced 2025-04-26 00:02:43 -04:00
[processing] fix typo (fix #18248)
This commit is contained in:
parent
0f93e55fce
commit
88734647ce
@ -74,7 +74,7 @@ class ClipRasterByMask(GdalAlgorithm):
|
|||||||
defaultValue=0.0,
|
defaultValue=0.0,
|
||||||
optional=True))
|
optional=True))
|
||||||
self.addParameter(QgsProcessingParameterBoolean(self.ALPHA_BAND,
|
self.addParameter(QgsProcessingParameterBoolean(self.ALPHA_BAND,
|
||||||
self.tr('Create and output alpha band'),
|
self.tr('Create an output alpha band'),
|
||||||
defaultValue=False))
|
defaultValue=False))
|
||||||
self.addParameter(QgsProcessingParameterBoolean(self.CROP_TO_CUTLINE,
|
self.addParameter(QgsProcessingParameterBoolean(self.CROP_TO_CUTLINE,
|
||||||
self.tr('Crop the extent of the target dataset to the extent of the cutline'),
|
self.tr('Crop the extent of the target dataset to the extent of the cutline'),
|
||||||
|
Loading…
x
Reference in New Issue
Block a user