From: x2004lefloch Date: Mon, 9 Jul 2007 08:57:18 +0000 (+0000) Subject: Fix minor typos X-Git-Tag: xorg/0.9.15~241 X-Git-Url: http://git.polytechnique.org/?a=commitdiff_plain;h=87ec7aa353c379ef53e2f6e675a8f3f78ea83d5e;p=platal.git Fix minor typos git-svn-id: svn+ssh://murphy/home/svn/platal/trunk@1882 839d8a87-29fc-0310-9880-83ba4fa771e5 --- diff --git a/include/validations/broken.inc.php b/include/validations/broken.inc.php index fbea111..d5cbe53 100644 --- a/include/validations/broken.inc.php +++ b/include/validations/broken.inc.php @@ -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}) "