From 87ec7aa353c379ef53e2f6e675a8f3f78ea83d5e Mon Sep 17 00:00:00 2001 From: x2004lefloch Date: Mon, 9 Jul 2007 08:57:18 +0000 Subject: [PATCH] Fix minor typos git-svn-id: svn+ssh://murphy/home/svn/platal/trunk@1882 839d8a87-29fc-0310-9880-83ba4fa771e5 --- include/validations/broken.inc.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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}) " -- 2.1.4