diff --git a/gramps/gui/plug/_windows.py b/gramps/gui/plug/_windows.py index 36e13d112..280eafd9f 100644 --- a/gramps/gui/plug/_windows.py +++ b/gramps/gui/plug/_windows.py @@ -1192,7 +1192,8 @@ class UpdateAddons(): if errors: OkDialog(_("Installation Errors"), _("The following addons had errors: ") + - ", ".join(errors)) + ", ".join(errors), + self.window) if count: OkDialog(_("Done downloading and installing addons"), # translators: leave all/any {...} untranslated