$('kronolithViewWeek')
.down('caption span')
- .update(this.setTitle(Kronolith.text.week.interpolate({ week: date.getRealWeek() })));
+ .update(this.setTitle(dates[0].toString('d') + ' - ' + dates[1].toString('d')));
for (i = 0; i < 24; i++) {
day = dates[0].clone();
'noalerts' => _("No Notifications"),
'alerts' => sprintf(_("%s notifications"), '#{count}'),
'hidelog' => _("Hide Notifications"),
- 'week' => sprintf(_("Week %s"), '#{week}'),
'agenda' => _("Agenda"),
'searching' => sprintf(_("Events matching \"%s\""), '#{term}'),
'allday' => _("All day"),