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 '';