summaryrefslogtreecommitdiffstats
path: root/module/plugins/MultiHoster.py
diff options
context:
space:
mode:
Diffstat (limited to 'module/plugins/MultiHoster.py')
-rw-r--r--module/plugins/MultiHoster.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/module/plugins/MultiHoster.py b/module/plugins/MultiHoster.py
index abbc14466..1936478b4 100644
--- a/module/plugins/MultiHoster.py
+++ b/module/plugins/MultiHoster.py
@@ -15,7 +15,7 @@ class MultiHoster(Account):
"""
Base class for MultiHoster services.
This is also an Account instance so you should see :class:`Account` and overwrite necessary methods.
- Multihoster becomes only active when an Account was entered and the MultiHoster hook was activated.
+ Multihoster becomes only active when an Account was entered and the MultiHoster addon was activated.
You need to overwrite `loadHosterList` and a corresponding :class:`Hoster` plugin with the same name should
be available to make your service working.
"""