remove extra spaces from message text (fix #7648)

This commit is contained in:
Alexander Bruy 2014-03-24 20:14:39 +02:00
parent d86a9aa51f
commit d9bed41866

View File

@ -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