Revert "* Calendar - translate day of week in app header"

This reverts commit 2491fb14b9.
This commit is contained in:
nathangray 2017-11-22 11:14:22 -07:00
parent 6477c81097
commit 863de9144e

View File

@ -3895,7 +3895,7 @@ jQuery.extend(app.classes.calendar,{
header: function(state) {
var formatDate = new Date(state.date);
formatDate = new Date(formatDate.valueOf() + formatDate.getTimezoneOffset() * 60 * 1000);
return egw.lang(date('l',formatDate)) + ', ' + app.calendar.View.header.call(this, state);
return date('l, ',formatDate) + app.calendar.View.header.call(this, state);
},
etemplates: ['calendar.view','calendar.todo'],
start_date: function(state) {