Fix spelling of Tuesday

This commit is contained in:
Miles Lott 2001-04-23 07:02:18 +00:00
parent 7a3d236045
commit 45f33ca426

View File

@ -1691,7 +1691,7 @@ class calendar extends calendar_
} }
if (!!($event->recur_data & M_TUESDAY) == True) if (!!($event->recur_data & M_TUESDAY) == True)
{ {
$this->view_add_day(lang('Tuesay'),$repeat_days); $this->view_add_day(lang('Tuesday'),$repeat_days);
} }
if (!!($event->recur_data & M_WEDNESDAY) == True) if (!!($event->recur_data & M_WEDNESDAY) == True)
{ {