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 " "; }