# This patch file was generated by NetBeans IDE # This patch can be applied using context Tools: Apply Diff Patch action on respective folder. # It uses platform neutral UTF-8 encoding. # Above lines and this line are ignored by the patching process. Index: moodle/lang/en_utf8/moodle.php --- moodle/lang/en_utf8/moodle.php Base (1.141.2.39) +++ moodle/lang/en_utf8/moodle.php Locally Modified (Based On 1.141.2.39) @@ -615,8 +615,8 @@ 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'; Index: moodle/lang/en_utf8/notes.php --- moodle/lang/en_utf8/notes.php Base (1.4.2.1) +++ moodle/lang/en_utf8/notes.php Locally Modified (Based On 1.4.2.1) @@ -22,7 +22,7 @@ $string['addnewnoteselect'] = 'Select users to write notes about'; -$string['groupaddnewnote'] = 'Add a new note for all'; +$string['groupaddnewnote'] = 'Add a common note'; $string['deleteconfirm'] = 'Delete this note?';