diff --git a/qt/aqt/addons.py b/qt/aqt/addons.py index e0eb7cd5f..b6d4b46db 100644 --- a/qt/aqt/addons.py +++ b/qt/aqt/addons.py @@ -385,7 +385,7 @@ and have been disabled: %(found)s" strings.append( _("The following conflicting add-ons were disabled:") + " " - + " ".join(result.conflicts) + + ", ".join(self.addonName(f) for f in result.conflicts) ) return strings