From: x2000habouzit Date: Sun, 7 Nov 2004 15:04:26 +0000 (+0000) Subject: wibble X-Git-Tag: xorg/old~1029 X-Git-Url: http://git.polytechnique.org/?a=commitdiff_plain;h=a359e96e6752e5e5a2a827d40d1d6b392be26eb9;p=platal.git wibble --- 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 {