Fix 'Whole day' was not translated in calendar event tooltips

This commit is contained in:
nathangray 2016-06-24 11:19:03 -06:00
parent 6897cffdc7
commit 184a68bb73

View File

@ -624,7 +624,7 @@ var et2_calendar_event = (function(){ "use strict"; return et2_valueWidget.exten
} }
else else
{ {
timespan = egw.lang('Whole day'); timespan = this.egw().lang('Whole day');
} }
} }
else else