Merge branch 'MDL-60570-master' of git://github.com/andrewnicols/moodle

This commit is contained in:
Jun Pataleta 2017-10-30 11:00:44 +13:00
commit e905b656f5

View File

@ -238,7 +238,7 @@ class calendar_day_exporter extends exporter {
* @return string The html code for the course filter selector.
*/
protected function get_course_filter_selector(renderer_base $output) {
$langstr = get_string('upcomingeventsfor', 'calendar');
$langstr = get_string('dayviewfor', 'calendar');
return $output->course_filter_selector($this->url, $langstr, $this->calendar->course->id);
}