diff options
-rw-r--r-- | www/account.php | 2 | ||||
-rw-r--r-- | www/index.php | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/www/account.php b/www/account.php index 3f115e0..c7f34a3 100644 --- a/www/account.php +++ b/www/account.php @@ -33,7 +33,7 @@ //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; } 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; } |