From 0fde627f5e3b99f5cbac59ccb177b0253f1b2901 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Mon, 6 Apr 2009 08:40:55 +0000 Subject: [PATCH] Renamed label --- htdocs/comm/action/index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/comm/action/index.php b/htdocs/comm/action/index.php index ad082d37094..b635200237b 100644 --- a/htdocs/comm/action/index.php +++ b/htdocs/comm/action/index.php @@ -130,7 +130,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("DoneAndToDoActions"); +$title=$langs->trans("Calendar"); if ($status == 'done') $title=$langs->trans("DoneActions"); if ($status == 'todo') $title=$langs->trans("ToDoActions");