--- a/src/eric7/Plugins/VcsPlugins/vcsGit/ProjectHelper.py Tue Dec 06 16:57:54 2022 +0100 +++ b/src/eric7/Plugins/VcsPlugins/vcsGit/ProjectHelper.py Tue Dec 06 17:35:41 2022 +0100 @@ -350,9 +350,7 @@ ) self.gitTagListAct.setStatusTip(self.tr("List tags of the project")) self.gitTagListAct.setWhatsThis( - self.tr( - """<b>List tags</b><p>This lists the tags of the project.</p>""" - ) + self.tr("""<b>List tags</b><p>This lists the tags of the project.</p>""") ) self.gitTagListAct.triggered.connect(self.__gitTagList) self.actions.append(self.gitTagListAct) @@ -850,7 +848,7 @@ ) self.gitCherryPickAbortAct.setStatusTip( self.tr( - "Cancel the current copying session and return to the" " previous state" + "Cancel the current copying session and return to the previous state" ) ) self.gitCherryPickAbortAct.setWhatsThis(