MINOR: changed mollom field created fail message

This commit is contained in:
Saophalkun Ponlu 2009-03-10 04:21:04 +00:00
parent becbdcd9c6
commit c8d75971a2
1 changed files with 1 additions and 1 deletions

View File

@ -37,7 +37,7 @@ class SpamProtecterManager {
}
catch (Exception $e) {
$form->setMessage(
_t("SpamProtection.SPAMSPECTIONFAILED", self::$spam_protecter . " failed."),
_t("SpamProtection.SPAMSPECTIONFAILED", "This website is designed to be protected against spam by " . self::$spam_protecter . " but this is not correctly set up currently."),
"warning"
);
return null;