--- a/src/eric7/Plugins/VcsPlugins/vcsSubversion/ProjectHelper.py Tue Dec 06 16:00:06 2022 +0100 +++ b/src/eric7/Plugins/VcsPlugins/vcsSubversion/ProjectHelper.py Tue Dec 06 16:04:58 2022 +0100 @@ -425,7 +425,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>""" + """<b>List tags</b><p>This lists the tags of the project.</p>""" ) ) self.svnTagListAct.triggered.connect(self.__svnTagList)