summaryrefslogtreecommitdiffstats
path: root/pyload/plugins/addons/UpdateManager.py
diff options
context:
space:
mode:
Diffstat (limited to 'pyload/plugins/addons/UpdateManager.py')
-rw-r--r--pyload/plugins/addons/UpdateManager.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/pyload/plugins/addons/UpdateManager.py b/pyload/plugins/addons/UpdateManager.py
index 37ea1b67c..381b38486 100644
--- a/pyload/plugins/addons/UpdateManager.py
+++ b/pyload/plugins/addons/UpdateManager.py
@@ -31,7 +31,7 @@ from module.plugins.Hook import threaded, Expose, Hook
class UpdateManager(Hook):
__name__ = "UpdateManager"
__version__ = "0.15"
- __description__ = """checks for updates"""
+ __description__ = """Checks for updates"""
__config__ = [("activated", "bool", "Activated", "True"),
("interval", "int", "Check interval in minutes", "480"),
("debug", "bool", "Check for plugin changes when in debug mode", False)]