From cca4127f9853ab029cbf0b55fedced124400952d Mon Sep 17 00:00:00 2001 From: Walter Purcaro Date: Fri, 11 Apr 2014 11:55:03 +0200 Subject: Fix __description__ Merges vuolter/pyload@74bcc70 --- module/plugins/hooks/WindowsPhoneToastNotify.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'module/plugins/hooks/WindowsPhoneToastNotify.py') diff --git a/module/plugins/hooks/WindowsPhoneToastNotify.py b/module/plugins/hooks/WindowsPhoneToastNotify.py index e96004657..1fce9f2cf 100644 --- a/module/plugins/hooks/WindowsPhoneToastNotify.py +++ b/module/plugins/hooks/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), -- cgit v1.2.3