More fixes for ticket 470 (capitalization of reCAPTCHA)

This commit is contained in:
Andy Staudacher
2009-07-07 13:08:35 -07:00
parent 5d9e334fe6
commit 67e61d30e5
2 changed files with 2 additions and 2 deletions
@@ -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."));
}