From 83eb558564a59aaf1eca5168511cba7db0410b08 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Rapha=C3=ABl=20Marichez?= Date: Tue, 16 Oct 2007 18:35:28 +0200 Subject: [PATCH] trivial: fix "Orange" validation email subject --- include/validations/orange.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/validations/orange.inc.php b/include/validations/orange.inc.php index f734421..36871db 100644 --- a/include/validations/orange.inc.php +++ b/include/validations/orange.inc.php @@ -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"; } // }}} -- 2.1.4