diff --git a/python/plugins/processing/algs/gdal/ogr2ogr.py b/python/plugins/processing/algs/gdal/ogr2ogr.py index 502d2273a6c..a19e7101825 100644 --- a/python/plugins/processing/algs/gdal/ogr2ogr.py +++ b/python/plugins/processing/algs/gdal/ogr2ogr.py @@ -50,8 +50,8 @@ class ogr2ogr(GdalAlgorithm): 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,