We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
qgis
Learn more about funding links in repositories.
Report abuse
There was an error while loading. Please reload this page.
1 parent 02bec58 commit 612f57dCopy full SHA for 612f57d
python/plugins/processing/algs/gdal/rasterize.py
@@ -103,7 +103,7 @@ def defineCharacteristics(self):
103
self.addParameter(ParameterBoolean(self.TFW,
104
self.tr('Force the generation of an associated ESRI world file (.tfw)'), False))
105
self.addOutput(OutputRaster(self.OUTPUT,
106
- self.tr('Output layer: mandatory if the (*) option is selected')))
+ self.tr('Output layer: mandatory to choose an existing raster layer if the (*) option is selected')))
107
108
def processAlgorithm(self, progress):
109
writeOver = self.getParameterValue(self.WRITEOVER)
0 commit comments