--- a/QScintilla/MiniEditor.py Fri Sep 03 20:06:18 2010 +0200 +++ b/QScintilla/MiniEditor.py Fri Sep 03 20:15:24 2010 +0200 @@ -1478,7 +1478,7 @@ if self.__textEdit.isModified(): ret = E5MessageBox.okToClearData(self, self.trUtf8("eric5 Mini Editor"), - self.trUtf8("The document has been unsaved changes."), + self.trUtf8("The document has unsaved changes."), self.__save) return ret return True