Skip to content

Commit ee566a0

Browse files
committed
Typo in the en sentence
1 parent 681a631 commit ee566a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python/plugins/processing/modeler/ModelerDialog.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ def __init__(self, alg=None):
116116
def closeEvent(self, evt):
117117
if self.hasChanged:
118118
ret = QMessageBox.question(self, self.tr('Message'),
119-
self.tr('They are unchanged changes in model. Close '
119+
self.tr('There are unchanged changes in model. Close '
120120
'modeler without saving?'),
121121
QMessageBox.Yes | QMessageBox.No,
122122
QMessageBox.No)

0 commit comments

Comments
 (0)