From 0aebb4ae3f80dcd3a46640af3d8d16d256109192 Mon Sep 17 00:00:00 2001 From: Kern Sibbald Date: Tue, 29 May 2007 20:28:22 +0000 Subject: [PATCH] Tweak English --- docs/home-page/pages/testimonial.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/home-page/pages/testimonial.php b/docs/home-page/pages/testimonial.php index 7042ab1a..7aa2e54a 100644 --- a/docs/home-page/pages/testimonial.php +++ b/docs/home-page/pages/testimonial.php @@ -497,7 +497,7 @@ if ($_REQUEST['btnSubmit'] == 'Modify') { $form = get_formul(); if (!$form) { - echo "Sorry, you miss something, i can't accept your submission"; + echo "Sorry, something is missing, I cannot accept your submission"; } else { $token = uniqid(md5(rand()), true); $filename = "$dat_dir/profile.$token"; @@ -587,7 +587,7 @@ if ($_REQUEST['btnSubmit'] == 'Modify') { save_formul($form); - echo "Your profile have been modified.
"; + echo "Your profile has been modified.
"; print_formul($filename,true); -- 2.39.5