diff --git a/lang/en/moodle.php b/lang/en/moodle.php index 6cedc8f9d04..cab2534a0bf 100644 --- a/lang/en/moodle.php +++ b/lang/en/moodle.php @@ -124,13 +124,13 @@ $string['country'] = "Country"; $string['course'] = "Course"; $string['courseavailable'] = "This course is available to students"; $string['courseavailablenot'] = "This course is not available to students"; -$string['coursebackup'] = "Course Backup"; -$string['coursecreators'] = "Course Creators"; +$string['coursebackup'] = "Course backup"; +$string['coursecreators'] = "Course creators"; $string['courseinfo'] = "Course info"; -$string['coursefiles'] = "Course Files"; +$string['coursefiles'] = "Course files"; $string['courseformats'] = "Course formats"; -$string['coursemanagement'] = "Course Management"; -$string['courserestore'] = "Course Restore"; +$string['coursemanagement'] = "Course management"; +$string['courserestore'] = "Course restore"; $string['courses'] = "Courses"; $string['courseupdates'] = "Course updates"; $string['create'] = "Create";