Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
better option text
  • Loading branch information
Giovanni Manghi authored and alexbruy committed Apr 19, 2015
1 parent 02bec58 commit 612f57d
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 612f57d

Please sign in to comment.