diff --git a/htdocs/comm/action/index.php b/htdocs/comm/action/index.php index 66596ba399fa5e74e9ae37b6dc3da0c7446f03c3..f5bd277182bbf3e70cc6eb3e3d490bae7e365169 100644 --- a/htdocs/comm/action/index.php +++ b/htdocs/comm/action/index.php @@ -139,7 +139,7 @@ $lastdaytoshow=dol_mktime(0,0,0,$next_month,$next_day,$next_year); //print dol_print_date($firstdaytoshow,'day'); //print dol_print_date($lastdaytoshow,'day'); -$title=$langs->trans("Calendar"); +$title=$langs->trans("DoneAndToDoActions"); if ($status == 'done') $title=$langs->trans("DoneActions"); if ($status == 'todo') $title=$langs->trans("ToDoActions");