From: Pierre Habouzit (MadCoder Date: Thu, 3 Feb 2005 21:59:21 +0000 (+0000) Subject: backport X-Git-Tag: xorg/old~319 X-Git-Url: http://git.polytechnique.org/?a=commitdiff_plain;h=067f8ba8bbbc2f6af13adc609b0d8708aed943ff;p=platal.git backport Patches applied: * opensource@polytechnique.org--2005/platal--release--0.9.4--patch-24 spelling git-archimport-id: opensource@polytechnique.org--2005/platal--mainline--0.9--patch-441 --- diff --git a/include/validations/marketing.inc.php b/include/validations/marketing.inc.php index 7b4bf5b..49fa897 100644 --- a/include/validations/marketing.inc.php +++ b/include/validations/marketing.inc.php @@ -69,7 +69,7 @@ class MarkReq extends Validate if ($isok) { return " Un mail de marketing vient d'être envoyé " .($this->perso ? 'en ton nom' : 'en notre nom') - ." à {$this->m_prenom} {$this->m_nom} ({$this->m_promo}) pour l'encourrager à s'inscrire !\n\n" + ." à {$this->m_prenom} {$this->m_nom} ({$this->m_promo}) pour l'encourager à s'inscrire !\n\n" ."Merci de ta participation !\n"; } else { return " Nous n'avons pas jugé bon d'envoyer de mail de marketing à {$this->m_prenom} {$this->m_nom} ({$this->m_promo}).";