mirror of
https://github.com/qgis/QGIS.git
synced 2025-06-19 00:02:48 -04:00
processing: (redundant) translation string fixes
This commit is contained in:
parent
ef0e7d0916
commit
08cd87be44
@ -235,9 +235,9 @@ class GeometryDialog( QDialog, Ui_Dialog ):
|
||||
self.encoding = None
|
||||
|
||||
res = QMessageBox.warning( self, self.tr( "Geometry"),
|
||||
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
|
||||
|
@ -205,8 +205,8 @@ class ModelerDialog(QDialog, Ui_DlgModeler):
|
||||
# TODO: enable alg cloning without saving to file
|
||||
if len(self.alg.algs) == 0:
|
||||
QMessageBox.warning(self, self.tr('Empty model'),
|
||||
self.tr("Model doesn't contains any algorithms and/or \
|
||||
parameters and can't be executed"))
|
||||
self.tr("Model doesn't contains any algorithms and/or "
|
||||
"parameters and can't be executed"))
|
||||
return
|
||||
|
||||
if self.alg.descriptionFile is None:
|
||||
|
Loading…
x
Reference in New Issue
Block a user