X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;ds=sidebyside;f=plugins%2FRecaptcha%2FRecaptchaPlugin.php;h=adbd022e80365ca8f11fb48c51c609600d6a79ad;hb=57198a74647f8350db4de03b0b7ef157091a4359;hp=5a33e7132e101faeb83bdd76968f9b894cf5aa66;hpb=f9b2feb7f563663d6b564a3cb9223b7c1ea5ecef;p=quix0rs-gnu-social.git diff --git a/plugins/Recaptcha/RecaptchaPlugin.php b/plugins/Recaptcha/RecaptchaPlugin.php index 5a33e7132e..adbd022e80 100644 --- a/plugins/Recaptcha/RecaptchaPlugin.php +++ b/plugins/Recaptcha/RecaptchaPlugin.php @@ -93,7 +93,7 @@ class RecaptchaPlugin extends Plugin if (!$resp->is_valid) { if($this->display_errors) { - $action->showForm(sprintf(_("(reCAPTCHA error: %s)", $resp->error))); + $action->showForm(sprintf(_m("(reCAPTCHA error: %s)", $resp->error))); } $action->showForm(_m("Captcha does not match!")); return false;