mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-27 00:58:55 +01:00
Fix spelling of Tuesday
This commit is contained in:
parent
7a3d236045
commit
45f33ca426
@ -1691,7 +1691,7 @@ class calendar extends calendar_
|
||||
}
|
||||
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)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user