src/eric7/Plugins/VcsPlugins/vcsSubversion/ProjectHelper.py

branch
eric7
changeset 9573
9960d19d66b5
parent 9473
3f23dbf37dbe
child 9576
be9f8e7e42e0
--- 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)

eric ide

mercurial