diff -r 635b6c5a36e1 -r be9f8e7e42e0 src/eric7/Project/ProjectResourcesBrowser.py --- a/src/eric7/Project/ProjectResourcesBrowser.py Tue Dec 06 16:57:54 2022 +0100 +++ b/src/eric7/Project/ProjectResourcesBrowser.py Tue Dec 06 17:35:41 2022 +0100 @@ -617,9 +617,7 @@ dlg = DeleteFilesConfirmationDialog( self.parent(), self.tr("Delete resources"), - self.tr( - "Do you really want to delete these resources from the" " project?" - ), + self.tr("Do you really want to delete these resources from the project?"), files, ) @@ -691,7 +689,7 @@ ui.showNotification( EricPixmapCache.getPixmap("resourcesCompiler48"), self.tr("Resource Compilation"), - self.tr("The compilation of the resource file" " was successful."), + self.tr("The compilation of the resource file was successful."), ) except OSError as msg: if not self.noDialog: @@ -796,7 +794,7 @@ self, self.tr("Process Generation Error"), self.tr( - "Could not start {0}.<br>" "Ensure that it is in the search path." + "Could not start {0}.<br>Ensure that it is in the search path." ).format(self.rccCompiler), ) return None