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 681a631 commit ee566a0Copy full SHA for ee566a0
python/plugins/processing/modeler/ModelerDialog.py
@@ -116,7 +116,7 @@ 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('They are unchanged changes in model. Close '
+ self.tr('There are unchanged changes in model. Close '
120
'modeler without saving?'),
121
QMessageBox.Yes | QMessageBox.No,
122
QMessageBox.No)
0 commit comments