File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
python/plugins/processing Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -155,7 +155,7 @@ def initialize():
155
155
ProcessingConfig .tr ('Scripts and models repository' ),
156
156
'https://raw.githubusercontent.com/qgis/QGIS-Processing/master' ))
157
157
158
- invalidFeaturesOptions = [ProcessingConfig .tr ('Do not filter (better performance' ),
158
+ invalidFeaturesOptions = [ProcessingConfig .tr ('Do not filter (better performance) ' ),
159
159
ProcessingConfig .tr ('Ignore features with invalid geometries' ),
160
160
ProcessingConfig .tr ('Stop algorithm execution when a geometry is invalid' )]
161
161
ProcessingConfig .addSetting (Setting (
Original file line number Diff line number Diff line change @@ -364,7 +364,7 @@ def exportAsPdf(self):
364
364
self .repaintModel (controls = False )
365
365
filename , fileFilter = QFileDialog .getSaveFileName (self ,
366
366
self .tr ('Save Model As PDF' ), '' ,
367
- self .tr ('SVG files (*.pdf *.PDF)' ))
367
+ self .tr ('PDF files (*.pdf *.PDF)' ))
368
368
if not filename :
369
369
return
370
370
You can’t perform that action at this time.
0 commit comments