mirror of
https://github.com/qgis/QGIS.git
synced 2025-11-12 00:06:54 -05:00
Update python/plugins/processing/algs/gdal/ogr2ogr.py
This commit is contained in:
parent
87cd100d30
commit
e7a4e1754d
@ -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,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user