backport
authorPierre Habouzit (MadCoder <pierre.habouzit@m4x.org>
Thu, 3 Feb 2005 21:59:21 +0000 (21:59 +0000)
committerFlorent Bruneau <florent.bruneau@polytechnique.org>
Thu, 26 Jun 2008 21:28:02 +0000 (23:28 +0200)
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

include/validations/marketing.inc.php

index 7b4bf5b..49fa897 100644 (file)
@@ -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}).";