diff options
Diffstat (limited to 'www/index.php')
-rw-r--r-- | www/index.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/index.php b/www/index.php index 3cddb47..35d22d7 100644 --- a/www/index.php +++ b/www/index.php @@ -566,7 +566,7 @@ require_once('../includes/lib/l10n.php'); //check for spam via honeypot if(!isset($_REQUEST['robotest']) || !empty($_REQUEST['robotest'])){ - echo _("Form could not be send."); + echo _("Form could not be sent."); showfooter(); exit; } |