new name for no_notifications checkbox

This commit is contained in:
Ralf Becker 2011-04-28 07:27:09 +00:00
parent 594fe78d09
commit 05843ff1d9

View File

@ -124,7 +124,7 @@ class calendar_uilist extends calendar_ui
else
{
if ($this->action($content['nm']['action'],$content['nm']['selected'],$content['nm']['select_all'],
$success,$failed,$action_msg,'calendar_list',$msg, $content['no_notifications']))
$success,$failed,$action_msg,'calendar_list',$msg, $content['nm']['checkboxes']['no_notifications']))
{
$msg .= lang('%1 event(s) %2',$success,$action_msg);
}