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 87cd100 commit e7a4e17
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions python/plugins/processing/algs/gdal/ogr2ogr.py
Expand Up @@ -50,8 +50,8 @@ 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.") )
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."))
self.addParameter(convert_all_layers_param)

options_param = QgsProcessingParameterString(self.OPTIONS,
Expand Down

0 comments on commit e7a4e17

Please sign in to comment.