From 9e5d813d7721e351ac02ba72bdc473a7d77ba6b7 Mon Sep 17 00:00:00 2001 From: Walter Purcaro Date: Sat, 18 Jul 2015 20:04:36 +0200 Subject: Code cosmetics --- module/plugins/internal/AdYouLike.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'module/plugins/internal/AdYouLike.py') diff --git a/module/plugins/internal/AdYouLike.py b/module/plugins/internal/AdYouLike.py index 07e7e4d17..9036b4632 100644 --- a/module/plugins/internal/AdYouLike.py +++ b/module/plugins/internal/AdYouLike.py @@ -30,7 +30,7 @@ class AdYouLike(Captcha): self.log_debug("Ayl: %s | Callback: %s" % self.key) return self.key #: key is the tuple(ayl, callback) else: - self.log_warning("Ayl or callback pattern not found") + self.log_warning(_("Ayl or callback pattern not found")) return None -- cgit v1.2.3