We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 529903c commit 3711a92Copy full SHA for 3711a92
python/plugins/processing/algs/gdal/ClipRasterByMask.py
@@ -74,7 +74,7 @@ def initAlgorithm(self, config=None):
74
defaultValue=0.0,
75
optional=True))
76
self.addParameter(QgsProcessingParameterBoolean(self.ALPHA_BAND,
77
- self.tr('Create and output alpha band'),
+ self.tr('Create an output alpha band'),
78
defaultValue=False))
79
self.addParameter(QgsProcessingParameterBoolean(self.CROP_TO_CUTLINE,
80
self.tr('Crop the extent of the target dataset to the extent of the cutline'),
0 commit comments