The course info title is hard coded.
To repair, simply replace this code at line 40:
course/info.php |
$PAGE->set_heading('Course info');
|
with:
course/info.php |
$PAGE->set_heading(get_string('courseinfo'));
|