]> git.sur5r.net Git - bacula/docs/commitdiff
Tweak English
authorKern Sibbald <kern@sibbald.com>
Tue, 29 May 2007 20:28:22 +0000 (20:28 +0000)
committerKern Sibbald <kern@sibbald.com>
Tue, 29 May 2007 20:28:22 +0000 (20:28 +0000)
docs/home-page/pages/testimonial.php

index 7042ab1a470542dd60ebedc9ab6f114a76c9c23f..7aa2e54a673632f19ca8cbca75b7c89b08b84ae1 100644 (file)
@@ -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.<br>";
+        echo "Your profile has been modified.<br>";
         print_formul($filename,true);