summaryrefslogtreecommitdiffstats
path: root/module/plugins/internal/Base.py
diff options
context:
space:
mode:
Diffstat (limited to 'module/plugins/internal/Base.py')
-rw-r--r--module/plugins/internal/Base.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/module/plugins/internal/Base.py b/module/plugins/internal/Base.py
index 843d2ad11..bc9ef9158 100644
--- a/module/plugins/internal/Base.py
+++ b/module/plugins/internal/Base.py
@@ -355,7 +355,7 @@ class Base(Plugin):
raise Retry(encode(msg)) #@TODO: Remove `encode` in 0.4.10
- def retry_captcha(self, attemps=10, wait=1, msg=_("Wrong captcha")):
+ def retry_captcha(self, attemps=10, wait=1, msg=_("Max captcha retries reached")):
self.captcha.invalid()
self.retry(attemps, wait, msg)