--- a/src/eric7/PluginManager/PluginInstallDialog.py Tue Dec 06 16:00:06 2022 +0100 +++ b/src/eric7/PluginManager/PluginInstallDialog.py Tue Dec 06 16:04:58 2022 +0100 @@ -408,7 +408,7 @@ return ( False, self.tr( - """<p>The plugin module <b>{0}</b> exists. """ """Aborting...</p>""" + """<p>The plugin module <b>{0}</b> exists. Aborting...</p>""" ).format(os.path.join(destination, pluginFileName)), False, )