We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 063c80e commit f2ac88bCopy full SHA for f2ac88b
python/plugins/processing/algs/gdal/translate.py
@@ -84,7 +84,7 @@ def defineCharacteristics(self):
84
self.addParameter(ParameterCrs(self.SRS,
85
self.tr('Output projection for output file [leave blank to use input projection]'), None, optional=True))
86
self.addParameter(ParameterExtent(self.PROJWIN,
87
- self.tr('Subset based on georeferenced coordinates')), optional=True)
+ self.tr('Subset based on georeferenced coordinates'), optional=True))
88
self.addParameter(ParameterBoolean(self.SDS,
89
self.tr('Copy all subdatasets of this file to individual output files'),
90
False))
0 commit comments