Skip to content

Commit 83cca9b

Browse files
committedOct 20, 2013
[processing] corrected string
1 parent 5b4fee8 commit 83cca9b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎python/plugins/processing/modeler/ModelerDialog.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -116,8 +116,8 @@ 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('The are unchanged changes in model. Close \
120-
modeler without saving?'),
119+
self.tr('The are unchanged changes in model. Close '
120+
'modeler without saving?'),
121121
QMessageBox.Yes | QMessageBox.No,
122122
QMessageBox.No)
123123

0 commit comments

Comments
 (0)
Please sign in to comment.