mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-23 00:13:35 +01:00
Fix 'Whole day' was not translated in calendar event tooltips
This commit is contained in:
parent
6897cffdc7
commit
184a68bb73
@ -624,7 +624,7 @@ var et2_calendar_event = (function(){ "use strict"; return et2_valueWidget.exten
|
||||
}
|
||||
else
|
||||
{
|
||||
timespan = egw.lang('Whole day');
|
||||
timespan = this.egw().lang('Whole day');
|
||||
}
|
||||
}
|
||||
else
|
||||
|
Loading…
Reference in New Issue
Block a user