summaryrefslogtreecommitdiffstats
path: root/module/HookManager.py
diff options
context:
space:
mode:
Diffstat (limited to 'module/HookManager.py')
-rw-r--r--module/HookManager.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/module/HookManager.py b/module/HookManager.py
index cfc3b2923..e4b9a33a0 100644
--- a/module/HookManager.py
+++ b/module/HookManager.py
@@ -141,8 +141,8 @@ class HookManager:
if self.core.debug:
traceback.print_exc()
- self.log.info(_("Activated plugins: %s") % ", ".join(sorted(active)))
- self.log.info(_("Deactivate plugins: %s") % ", ".join(sorted(deactive)))
+ self.log.info(_("Activated addons: %s") % ", ".join(sorted(active)))
+ self.log.info(_("Deactivated addons: %s") % ", ".join(sorted(deactive)))
self.plugins = plugins