From 42660d5005a85daef1cd6d2764b8b2672a27eb87 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Sat, 18 Sep 2004 12:47:43 +0000 Subject: [PATCH] Trad: Traductions --- htdocs/comm/action/fiche.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/htdocs/comm/action/fiche.php b/htdocs/comm/action/fiche.php index 7cafc6a3177..ca8e6dd5084 100644 --- a/htdocs/comm/action/fiche.php +++ b/htdocs/comm/action/fiche.php @@ -205,7 +205,7 @@ if ($_GET["action"] == 'create') print_duree_select("duree"); print ''; - print 'Commentaire'; + print ''.$langs->trans("Comment").''; print ''; print ''; print ''; @@ -363,7 +363,7 @@ if ($_GET["id"]) if ($act->note) { - print 'Commentaire'; + print ''.$langs->trans("Comment").''; print nl2br($act->note).''; } print ''; @@ -391,7 +391,7 @@ if ($_GET["id"]) if ($act->note) { - print 'Commentaire'; + print ''.$langs->trans("Comment").''; print nl2br($act->note).''; } print '';