From 966d7d483c88b075012147e5c91c1bb5aecb0a2f Mon Sep 17 00:00:00 2001 From: "Pierre Habouzit (MadCoder" Date: Sat, 29 Jan 2005 11:19:04 +0000 Subject: [PATCH] backport Patches applied: * opensource@polytechnique.org--2005/platal--release--0.9.4--patch-8 (nl) damnit git-archimport-id: opensource@polytechnique.org--2005/platal--mainline--0.9--patch-409 --- include/validations/nl.inc.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/validations/nl.inc.php b/include/validations/nl.inc.php index ac22b5d..e409ddf 100644 --- a/include/validations/nl.inc.php +++ b/include/validations/nl.inc.php @@ -59,9 +59,9 @@ class NLReq extends Validate function _mail_body($isok) { if ($isok) { - return ' L\'article que tu avais proposée ('.$this->art->title().') vient d\'être validé.'; + return ' L\'article que tu avais proposé ('.$this->art->title().') vient d\'être validé.'; } else { - return ' L\'article que tu avais proposée ('.$this->art->title().') a été refusé.'; + return ' L\'article que tu avais proposé ('.$this->art->title().') a été refusé.'; } } -- 2.1.4