backport
authorPierre Habouzit (MadCoder <pierre.habouzit@m4x.org>
Sat, 29 Jan 2005 11:19:04 +0000 (11:19 +0000)
committerFlorent Bruneau <florent.bruneau@polytechnique.org>
Thu, 26 Jun 2008 21:27:55 +0000 (23:27 +0200)
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

index ac22b5d..e409ddf 100644 (file)
@@ -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é.';
         }
     }