Skip to content

Commit

Permalink
Update translate.py
Browse files Browse the repository at this point in the history
  • Loading branch information
jdugge committed Feb 14, 2017
1 parent 063c80e commit f2ac88b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/plugins/processing/algs/gdal/translate.py
Expand Up @@ -84,7 +84,7 @@ def defineCharacteristics(self):
self.addParameter(ParameterCrs(self.SRS,
self.tr('Output projection for output file [leave blank to use input projection]'), None, optional=True))
self.addParameter(ParameterExtent(self.PROJWIN,
self.tr('Subset based on georeferenced coordinates')), optional=True)
self.tr('Subset based on georeferenced coordinates'), optional=True))
self.addParameter(ParameterBoolean(self.SDS,
self.tr('Copy all subdatasets of this file to individual output files'),
False))
Expand Down

0 comments on commit f2ac88b

Please sign in to comment.