Fix minor typos
authorx2004lefloch <x2004lefloch@839d8a87-29fc-0310-9880-83ba4fa771e5>
Mon, 9 Jul 2007 08:57:18 +0000 (08:57 +0000)
committerx2004lefloch <x2004lefloch@839d8a87-29fc-0310-9880-83ba4fa771e5>
Mon, 9 Jul 2007 08:57:18 +0000 (08:57 +0000)
git-svn-id: svn+ssh://murphy/home/svn/platal/trunk@1882 839d8a87-29fc-0310-9880-83ba4fa771e5

include/validations/broken.inc.php

index fbea111..d5cbe53 100644 (file)
@@ -79,9 +79,9 @@ class BrokenReq extends Validate
     protected function _mail_body($isok)
     {
         if ($isok && !$this->m_reactive) {
-            return "  Un mail de contact vient d'être envoyé "
+            return "  Un mail de contact vient d'être envoyé"
                 ." à {$this->m_prenom} {$this->m_nom} ({$this->m_promo}) pour confirmer sa volonté de"
-                ." mettre à jour sa redirection Polytechnique.org!\n\n"
+                ." mettre à jour sa redirection Polytechnique.org !\n\n"
                 ."Merci de ta participation !\n";
         } elseif ($isok) {
             return "  L'adresse de redirection {$this->m_email} de {$this->m_prenom} {$this->m_nom} ({$this->m_promo}) "