diff options
author | Bernhard Fröhlich <bernhard@cacert.org> | 2013-01-03 23:04:13 +0100 |
---|---|---|
committer | Bernhard Fröhlich <bernhard@cacert.org> | 2013-01-03 23:04:13 +0100 |
commit | 2b28585e5f4f56f4766ac144d3470273893a457e (patch) | |
tree | 44922f2e38ac1ea987597b3e3b9ce298317795e9 /www | |
parent | e44a741615163837f120eea43d474e85136a1d60 (diff) | |
download | cacert-devel-2b28585e5f4f56f4766ac144d3470273893a457e.tar.gz cacert-devel-2b28585e5f4f56f4766ac144d3470273893a457e.tar.xz cacert-devel-2b28585e5f4f56f4766ac144d3470273893a457e.zip |
Typos...bug-795
Diffstat (limited to 'www')
-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; } |