mirror of
https://github.com/Pathduck/gallery3.git
synced 2026-08-22 06:46:05 -04:00
More fixes for ticket 470 (capitalization of reCAPTCHA)
This commit is contained in:
@@ -28,7 +28,7 @@ class Form_Recaptcha_Core extends Form_Input {
|
||||
public function __construct($name) {
|
||||
parent::__construct($name);
|
||||
$this->error_messages("incorrect-captcha-sol",
|
||||
t("The values supplied to recaptcha are incorrect."));
|
||||
t("The values supplied to reCAPTCHA are incorrect."));
|
||||
$this->error_messages("invalid-site-private-key", t("The site private key is incorrect."));
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user