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

branch
eric7
changeset 9573
9960d19d66b5
parent 9482
a2bc06a54d9d
child 9576
be9f8e7e42e0
--- a/src/eric7/Plugins/VcsPlugins/vcsGit/git.py	Tue Dec 06 16:00:06 2022 +0100
+++ b/src/eric7/Plugins/VcsPlugins/vcsGit/git.py	Tue Dec 06 16:04:58 2022 +0100
@@ -537,7 +537,7 @@
                 None,
                 self.tr("Switch"),
                 self.tr(
-                    """<p>Do you really want to switch to <b>{0}</b>?""" """</p>"""
+                    """<p>Do you really want to switch to <b>{0}</b>?</p>"""
                 ).format(revision),
                 yesDefault=True,
             )
@@ -2377,7 +2377,7 @@
         EricMessageBox.information(
             None,
             self.tr("Current Branch"),
-            self.tr("""<p>The current branch is <b>{0}</b>.""" """</p>""").format(
+            self.tr("""<p>The current branch is <b>{0}</b>.</p>""").format(
                 branchName
             ),
         )
@@ -3889,7 +3889,7 @@
             info.append(self.tr("""<tr><td><b>Statistics</b></td></tr>"""))
             info.append(
                 self.tr(
-                    """<tr><td>Number of loose objects: </td>""" """<td>{0}</td></tr>"""
+                    """<tr><td>Number of loose objects: </td><td>{0}</td></tr>"""
                 ).format(statistics["count"])
             )
             info.append(
@@ -3906,7 +3906,7 @@
             )
             info.append(
                 self.tr(
-                    """<tr><td>Number of packs: </td>""" """<td>{0}</td></tr>"""
+                    """<tr><td>Number of packs: </td><td>{0}</td></tr>"""
                 ).format(statistics["packs"])
             )
             info.append(
@@ -3923,7 +3923,7 @@
             )
             info.append(
                 self.tr(
-                    """<tr><td>Garbage files: </td>""" """<td>{0}</td></tr>"""
+                    """<tr><td>Garbage files: </td><td>{0}</td></tr>"""
                 ).format(statistics["garbage"])
             )
             info.append(

eric ide

mercurial