Convert source code to UTF-8
[platal.git] / include / validations / evts.inc.php
index b414ffe..40c8ddc 100644 (file)
@@ -76,7 +76,7 @@ class EvtReq extends Validate
     
     function _mail_subj()
     {
-        return "[Polytechnique.org/EVENEMENTS] Proposition d'événement";
+        return "[Polytechnique.org/EVENEMENTS] Proposition d'événement";
     }
 
     // }}}
@@ -85,9 +85,9 @@ class EvtReq extends Validate
     function _mail_body($isok)
     {
         if ($isok) {
-            return "  L'annonce que tu avais proposée ({$this->titre}) vient d'être validée.";
+            return "  L'annonce que tu avais proposée ({$this->titre}) vient d'être validée.";
         } else {
-            return "  L'annonce que tu avais proposée ({$this->titre}) a été refusée.";
+            return "  L'annonce que tu avais proposée ({$this->titre}) a été refusée.";
         }
     }
 
@@ -109,5 +109,5 @@ class EvtReq extends Validate
 
 // }}}
 
-// vim:set et sw=4 sts=4 sws=4 foldmethod=marker:
+// vim:set et sw=4 sts=4 sws=4 foldmethod=marker enc=utf-8:
 ?>