Skip to content

Commit f2ac88b

Browse files
authored
Update translate.py
1 parent 063c80e commit f2ac88b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ def defineCharacteristics(self):
8484
self.addParameter(ParameterCrs(self.SRS,
8585
self.tr('Output projection for output file [leave blank to use input projection]'), None, optional=True))
8686
self.addParameter(ParameterExtent(self.PROJWIN,
87-
self.tr('Subset based on georeferenced coordinates')), optional=True)
87+
self.tr('Subset based on georeferenced coordinates'), optional=True))
8888
self.addParameter(ParameterBoolean(self.SDS,
8989
self.tr('Copy all subdatasets of this file to individual output files'),
9090
False))

0 commit comments

Comments
 (0)