--- 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(