We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
qgis
Learn more about funding links in repositories.
Report abuse
There was an error while loading. Please reload this page.
1 parent 5b4fee8 commit 83cca9bCopy full SHA for 83cca9b
python/plugins/processing/modeler/ModelerDialog.py
@@ -116,8 +116,8 @@ def __init__(self, alg=None):
116
def closeEvent(self, evt):
117
if self.hasChanged:
118
ret = QMessageBox.question(self, self.tr('Message'),
119
- self.tr('The are unchanged changes in model. Close \
120
- modeler without saving?'),
+ self.tr('The are unchanged changes in model. Close '
+ 'modeler without saving?'),
121
QMessageBox.Yes | QMessageBox.No,
122
QMessageBox.No)
123
0 commit comments