From 95c22509da9bdf22f4d049b9410f1aa6796b8523 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur <eldy@users.sourceforge.net> Date: Thu, 2 Dec 2010 00:06:39 +0000 Subject: [PATCH] Fix: Title is same between calendar view and calendar list --- 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 66596ba399f..f5bd277182b 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"); -- GitLab