Skip to content

Commit

Permalink
Merge pull request #997 from yjacolin/englishTypoInUi
Browse files Browse the repository at this point in the history
English typo in ui
  • Loading branch information
mach0 committed Nov 18, 2013
2 parents 80e625f + ee566a0 commit 944755a
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('The 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 944755a

Please sign in to comment.