Skip to content

Commit

Permalink
Typo in the en sentence
Browse files Browse the repository at this point in the history
  • Loading branch information
yjacolin committed Nov 18, 2013
1 parent 681a631 commit ee566a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/plugins/processing/modeler/ModelerDialog.py
Expand Up @@ -116,7 +116,7 @@ def __init__(self, alg=None):
def closeEvent(self, evt):
if self.hasChanged:
ret = QMessageBox.question(self, self.tr('Message'),
self.tr('They are unchanged changes in model. Close '
self.tr('There are unchanged changes in model. Close '
'modeler without saving?'),
QMessageBox.Yes | QMessageBox.No,
QMessageBox.No)
Expand Down

0 comments on commit ee566a0

Please sign in to comment.