Skip to content

Commit 612f57d

Browse files
Giovanni Manghialexbruy
Giovanni Manghi
authored andcommitted
better option text
1 parent 02bec58 commit 612f57d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python/plugins/processing/algs/gdal/rasterize.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ def defineCharacteristics(self):
103103
self.addParameter(ParameterBoolean(self.TFW,
104104
self.tr('Force the generation of an associated ESRI world file (.tfw)'), False))
105105
self.addOutput(OutputRaster(self.OUTPUT,
106-
self.tr('Output layer: mandatory if the (*) option is selected')))
106+
self.tr('Output layer: mandatory to choose an existing raster layer if the (*) option is selected')))
107107

108108
def processAlgorithm(self, progress):
109109
writeOver = self.getParameterValue(self.WRITEOVER)

0 commit comments

Comments
 (0)