Skip to content

Commit

Permalink
[processing] corrected string
Browse files Browse the repository at this point in the history
  • Loading branch information
volaya committed Oct 20, 2013
1 parent 5b4fee8 commit 83cca9b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions python/plugins/processing/modeler/ModelerDialog.py
Original file line number Diff line number Diff line change
Expand Up @@ -116,8 +116,8 @@ 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 \
modeler without saving?'),
self.tr('The are unchanged changes in model. Close '
'modeler without saving?'),
QMessageBox.Yes | QMessageBox.No,
QMessageBox.No)

Expand Down

0 comments on commit 83cca9b

Please sign in to comment.