diff options
Diffstat (limited to 'pyload/plugins/addons/WindowsPhoneToastNotify.py')
-rw-r--r-- | pyload/plugins/addons/WindowsPhoneToastNotify.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pyload/plugins/addons/WindowsPhoneToastNotify.py b/pyload/plugins/addons/WindowsPhoneToastNotify.py index e96004657..1fce9f2cf 100644 --- a/pyload/plugins/addons/WindowsPhoneToastNotify.py +++ b/pyload/plugins/addons/WindowsPhoneToastNotify.py @@ -21,7 +21,7 @@ from module.plugins.Hook import Hook class WindowsPhoneToastNotify(Hook): __name__ = "WindowsPhoneToastNotify" __version__ = "0.02" - __description__ = """Send push notifications to Windows Phone.""" + __description__ = """Send push notifications to Windows Phone""" __author_name__ = "Andy Voigt" __author_mail__ = "phone-support@hotmail.de" __config__ = [("activated", "bool", "Activated", False), |