Skip to content

Commit

Permalink
Update python/plugins/processing/algs/gdal/ogr2ogr.py
Browse files Browse the repository at this point in the history
  • Loading branch information
nyalldawson committed Dec 9, 2021
1 parent e7a4e17 commit 14436df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/plugins/processing/algs/gdal/ogr2ogr.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ def initAlgorithm(self, config=None):
convert_all_layers_param = QgsProcessingParameterBoolean(self.CONVERT_ALL_LAYERS,
self.tr('Convert all layers from dataset'), defaultValue=False)
convert_all_layers_param.setHelp(self.tr("Use convert all layers to convert a whole dataset. "
"Supported output formats for this option are GPKG and GML."))
"Supported output formats for this option are GPKG and GML."))
self.addParameter(convert_all_layers_param)

options_param = QgsProcessingParameterString(self.OPTIONS,
Expand Down

0 comments on commit 14436df

Please sign in to comment.