Skip to content

Commit

Permalink
better option text
Browse files Browse the repository at this point in the history
  • Loading branch information
Giovanni Manghi committed Apr 9, 2015
1 parent a0d32b8 commit 5bc9a7e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/plugins/processing/algs/gdal/rasterize.py
Expand Up @@ -103,7 +103,7 @@ def defineCharacteristics(self):
self.addParameter(ParameterBoolean(self.TFW,
self.tr('Force the generation of an associated ESRI world file (.tfw)'), False))
self.addOutput(OutputRaster(self.OUTPUT,
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')))

def processAlgorithm(self, progress):
writeOver = self.getParameterValue(self.WRITEOVER)
Expand Down

0 comments on commit 5bc9a7e

Please sign in to comment.