mirror of
https://github.com/qgis/QGIS.git
synced 2025-04-17 00:04:02 -04:00
remove extra spaces from message text (fix #7648)
This commit is contained in:
parent
d86a9aa51f
commit
d9bed41866
@ -108,9 +108,9 @@ class Dialog( QDialog, Ui_Dialog ):
|
||||
self.spnTolerance.value(), True, outFileName, self.encoding )
|
||||
else:
|
||||
res = QMessageBox.warning( self, self.tr( "Warning"),
|
||||
self.tr( "Currently QGIS doesn't allow simultaneous access from \
|
||||
different threads to the same datasource. Make sure your layer's \
|
||||
attribute tables are closed. Continue?"),
|
||||
self.tr( "Currently QGIS doesn't allow simultaneous access from "
|
||||
"different threads to the same datasource. Make sure your layer's "
|
||||
"attribute tables are closed. Continue?"),
|
||||
QMessageBox.Yes | QMessageBox.No )
|
||||
if res == QMessageBox.No:
|
||||
return
|
||||
|
Loading…
x
Reference in New Issue
Block a user