summaryrefslogtreecommitdiffstats
path: root/module/plugins/hooks/CaptchaTrader.py
diff options
context:
space:
mode:
Diffstat (limited to 'module/plugins/hooks/CaptchaTrader.py')
-rw-r--r--module/plugins/hooks/CaptchaTrader.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/module/plugins/hooks/CaptchaTrader.py b/module/plugins/hooks/CaptchaTrader.py
index df54ec70b..067ee7c9b 100644
--- a/module/plugins/hooks/CaptchaTrader.py
+++ b/module/plugins/hooks/CaptchaTrader.py
@@ -44,7 +44,7 @@ class CaptchaTraderException(Exception):
class CaptchaTrader(Hook):
__name__ = "CaptchaTrader"
__version__ = "0.16"
- __description__ = """send captchas to captchatrader.com"""
+ __description__ = """Send captchas to captchatrader.com"""
__config__ = [("activated", "bool", "Activated", False),
("username", "str", "Username", ""),
("force", "bool", "Force CT even if client is connected", False),