From b8d481e4445d8dab3f9d23f74e1566f25546d5d3 Mon Sep 17 00:00:00 2001 From: moodler Date: Thu, 7 Aug 2003 16:31:03 +0000 Subject: [PATCH] Some upper/lower case consistency --- lang/en/moodle.php | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/lang/en/moodle.php b/lang/en/moodle.php index 6cedc8f9d0..cab2534a0b 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"; -- 2.39.5