--- a/src/eric7/Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py Tue Dec 06 16:57:54 2022 +0100 +++ b/src/eric7/Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py Tue Dec 06 17:35:41 2022 +0100 @@ -2226,7 +2226,7 @@ self, self.tr("Switch"), self.tr( - "Select bookmark to switch to (leave empty to" " use revision):" + "Select bookmark to switch to (leave empty to use revision):" ), [""] + bookmarks, 0, @@ -2874,7 +2874,7 @@ self, self.tr("Save Diff"), self.tr( - "<p>The patch file <b>{0}</b> already exists." " Overwrite it?</p>" + "<p>The patch file <b>{0}</b> already exists. Overwrite it?</p>" ).format(fpath), icon=EricMessageBox.Warning, )