mirror of
https://github.com/moodle/moodle.git
synced 2025-04-22 00:42:54 +02:00
Merge branch 'MDL-60570-master' of git://github.com/andrewnicols/moodle
This commit is contained in:
commit
e905b656f5
@ -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);
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user