Typo in the en sentence

This commit is contained in:
Yves Jacolin 2013-11-18 19:05:28 +01:00
parent 681a6317fc
commit ee566a09db

View File

@ -116,7 +116,7 @@ class ModelerDialog(QDialog, Ui_DlgModeler):
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)