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

branch
eric7
changeset 9576
be9f8e7e42e0
parent 9573
9960d19d66b5
child 9620
9563c83ce83d
--- 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(

eric ide

mercurial