--- a/src/eric7/Project/ProjectOthersBrowser.py Tue Dec 06 16:57:54 2022 +0100 +++ b/src/eric7/Project/ProjectOthersBrowser.py Tue Dec 06 17:35:41 2022 +0100 @@ -390,9 +390,7 @@ EricMessageBox.warning( self, self.tr("Show Mime-Type"), - self.tr( - """The mime type of the file could not be determined.""" - ), + self.tr("""The mime type of the file could not be determined."""), ) elif mimetype.split("/")[0] == "text": EricMessageBox.information( @@ -508,7 +506,7 @@ dlg = DeleteFilesConfirmationDialog( self.parent(), self.tr("Delete files/directories"), - self.tr("Do you really want to delete these entries from the" " project?"), + self.tr("Do you really want to delete these entries from the project?"), names, )