Skip to content

Commit 8873464

Browse files
committedMar 1, 2018
[processing] fix typo (fix #18248)
1 parent 0f93e55 commit 8873464

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎python/plugins/processing/algs/gdal/ClipRasterByMask.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ def initAlgorithm(self, config=None):
7474
defaultValue=0.0,
7575
optional=True))
7676
self.addParameter(QgsProcessingParameterBoolean(self.ALPHA_BAND,
77-
self.tr('Create and output alpha band'),
77+
self.tr('Create an output alpha band'),
7878
defaultValue=False))
7979
self.addParameter(QgsProcessingParameterBoolean(self.CROP_TO_CUTLINE,
8080
self.tr('Crop the extent of the target dataset to the extent of the cutline'),

0 commit comments

Comments
 (0)
Please sign in to comment.