From 45f507ff2dfc44760074ef24b77779504eb4bdf6 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Fri, 31 Mar 2006 23:37:12 +0000 Subject: [PATCH] Fix: Traduction --- htdocs/comm/index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/comm/index.php b/htdocs/comm/index.php index 17b63582764..d27756e95ad 100644 --- a/htdocs/comm/index.php +++ b/htdocs/comm/index.php @@ -328,7 +328,7 @@ if ($resql) print ''.strftime("%d",$obj->da)."\n"; if (date("U",$obj->da) < time()) { - print "".img_warning("Late").""; + print "".img_warning($langs->trans("Late")).""; } else { print " "; }