diff -r 635b6c5a36e1 -r be9f8e7e42e0 src/eric7/Plugins/VcsPlugins/vcsPySvn/ProjectHelper.py --- a/src/eric7/Plugins/VcsPlugins/vcsPySvn/ProjectHelper.py Tue Dec 06 16:57:54 2022 +0100 +++ b/src/eric7/Plugins/VcsPlugins/vcsPySvn/ProjectHelper.py Tue Dec 06 17:35:41 2022 +0100 @@ -441,9 +441,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)