diff -r 44e15eda6506 -r e8fc383322f7 eric6/QScintilla/MiniEditor.py --- a/eric6/QScintilla/MiniEditor.py Tue Jan 05 18:28:31 2021 +0100 +++ b/eric6/QScintilla/MiniEditor.py Wed Jan 06 13:47:01 2021 +0100 @@ -365,9 +365,9 @@ """ E5MessageBox.about( self, - self.tr("About eric6 Mini Editor"), + self.tr("About eric Mini Editor"), self.tr( - "The eric6 Mini Editor is an editor component" + "The eric Mini Editor is an editor component" " based on QScintilla. It may be used for simple" " editing tasks, that don't need the power of" " a full blown editor.")) @@ -376,7 +376,7 @@ """ Private slot to handle the About Qt dialog. """ - E5MessageBox.aboutQt(self, "eric6 Mini Editor") + E5MessageBox.aboutQt(self, "eric Mini Editor") def __whatsThis(self): """ @@ -495,7 +495,7 @@ self.__createViewActions() # read the keyboard shortcuts and make them identical to the main - # eric6 shortcuts + # eric shortcuts for act in self.helpActions: self.__readShortcut(act, "General") for act in self.editActions: @@ -2535,7 +2535,7 @@ if self.__textEdit.isModified(): ret = E5MessageBox.okToClearData( self, - self.tr("eric6 Mini Editor"), + self.tr("eric Mini Editor"), self.tr("The document has unsaved changes."), self.__save) return ret