mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-15 18:38:57 +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)
|
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)
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user