trivial: fix "Orange" validation email subject
authorRaphaël Marichez <falco@gentoo.org>
Tue, 16 Oct 2007 16:35:28 +0000 (18:35 +0200)
committerRaphaël Marichez <falco@gentoo.org>
Tue, 16 Oct 2007 16:45:27 +0000 (18:45 +0200)
include/validations/orange.inc.php

index f734421..36871db 100644 (file)
@@ -58,7 +58,7 @@ class OrangeReq extends Validate
 
     protected function _mail_subj()
     {
-        return "[Polytechnique.org/ORANGE] Changement de nom de promo de sortie";
+        return "[Polytechnique.org/ORANGE] Changement de promo de sortie";
     }
 
     // }}}