mirror of
https://github.com/silverstripe/silverstripe-spamprotection.git
synced 2024-10-22 14:05:59 +02:00
MINOR: changed mollom field created fail message
This commit is contained in:
parent
becbdcd9c6
commit
c8d75971a2
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user