diff --git a/lang/en_utf8/moodle.php b/lang/en_utf8/moodle.php index 59d5ce2ec04..bc62ce062c9 100644 --- a/lang/en_utf8/moodle.php +++ b/lang/en_utf8/moodle.php @@ -615,8 +615,8 @@ This is a notification that your enrolment in the course $a->course will expire Please contact $a->teacherstr for any further enquiries.'; $string['expirythreshold'] = 'Threshold'; $string['explanation'] = 'Explanation'; -$string['extendenrol'] = 'Extend enrolment'; -$string['groupextendenrol'] = 'Extend enrolment for all'; +$string['extendenrol'] = 'Extend enrolment (individual)'; +$string['groupextendenrol'] = 'Extend enrolment (common)'; $string['courseenrolstartdate'] = 'Course enrolment start date'; $string['courseenrolenddate'] = 'Course enrolment end date'; $string['startingfrom'] = 'Starting from'; diff --git a/lang/en_utf8/notes.php b/lang/en_utf8/notes.php index 9b315bf3bed..d472254561b 100755 --- a/lang/en_utf8/notes.php +++ b/lang/en_utf8/notes.php @@ -1,26 +1 @@ -name - $a->date'; -$string['publishstate'] = 'Status'; -$string['personal'] = 'personal'; -$string['course'] = 'course'; -$string['site'] = 'site'; -$string['editnote'] = 'Edit note'; -$string['deletenotes'] = 'Delete all notes'; -?> +name - $a->date'; $string['publishstate'] = 'Status'; $string['personal'] = 'personal'; $string['course'] = 'course'; $string['site'] = 'site'; $string['editnote'] = 'Edit note'; $string['deletenotes'] = 'Delete all notes'; ?> \ No newline at end of file