diff options
Diffstat (limited to 'module/plugins/internal/AdsCaptcha.py')
-rw-r--r-- | module/plugins/internal/AdsCaptcha.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/module/plugins/internal/AdsCaptcha.py b/module/plugins/internal/AdsCaptcha.py index b45a6dfda..788b5e71a 100644 --- a/module/plugins/internal/AdsCaptcha.py +++ b/module/plugins/internal/AdsCaptcha.py @@ -30,7 +30,7 @@ class AdsCaptcha(Captcha): self.log_debug("Key: %s | ID: %s" % self.key) return self.key else: - self.log_warning("Key or id pattern not found") + self.log_warning(_("Key or id pattern not found")) return None |