From a359e96e6752e5e5a2a827d40d1d6b392be26eb9 Mon Sep 17 00:00:00 2001 From: x2000habouzit Date: Sun, 7 Nov 2004 15:04:26 +0000 Subject: [PATCH] wibble --- include/notifs.inc.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/include/notifs.inc.php b/include/notifs.inc.php index 570238a..ebf56e3 100644 --- a/include/notifs.inc.php +++ b/include/notifs.inc.php @@ -18,7 +18,7 @@ * Foundation, Inc., * * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * *************************************************************************** - $Id: notifs.inc.php,v 1.13 2004-11-07 14:30:32 x2000habouzit Exp $ + $Id: notifs.inc.php,v 1.14 2004-11-07 15:04:26 x2000habouzit Exp $ ***************************************************************************/ define("WATCH_FICHE", 1); @@ -88,9 +88,9 @@ function getNbNotifs() { return; } if($n==1) { - return "$n notification !"; + return "1 évènement !"; } - return "$n notifications !"; + return "$n évènements !"; } class AllNotifs { -- 2.1.4