--- a/src/eric7/Plugins/VcsPlugins/vcsSubversion/ProjectHelper.py Tue Dec 06 16:57:54 2022 +0100 +++ b/src/eric7/Plugins/VcsPlugins/vcsSubversion/ProjectHelper.py Tue Dec 06 17:35:41 2022 +0100 @@ -424,9 +424,7 @@ ) self.svnTagListAct.setStatusTip(self.tr("List tags of the project")) self.svnTagListAct.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.svnTagListAct.triggered.connect(self.__svnTagList) self.actions.append(self.svnTagListAct)