From: jerome Date: Wed, 28 May 2008 03:13:11 +0000 (+0000) Subject: MDL-14698 Improve language in actions list on course participants page, merged from 19 X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=162ad76dac6733b15de2ed74485d4ab8c7016ed8;p=moodle.git MDL-14698 Improve language in actions list on course participants page, merged from 19 --- diff --git a/lang/en_utf8/moodle.php b/lang/en_utf8/moodle.php index ad1ba127c0..6d68c2ab08 100644 --- a/lang/en_utf8/moodle.php +++ b/lang/en_utf8/moodle.php @@ -508,7 +508,7 @@ If you need help, please contact the site administrator, $a->admin'; $string['emailpasswordconfirmationsubject'] = '$a: Change password confirmation'; $string['emailpasswordconfirmmaybesent'] = '

If you supplied a correct username or email address then an email should have been sent to you.

-

It contains easy instructions to confirm and complete this password change. +

It contains easy instructions to confirm and complete this password change. If you continue to have difficulty, please contact the site administrator.

'; $string['emailpasswordconfirmsent'] = 'An email should have been sent to your address at $a.
It contains easy instructions to confirm and complete this password change. @@ -617,8 +617,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 b0cb41d7d4..4c990d8b4e 100755 --- a/lang/en_utf8/notes.php +++ b/lang/en_utf8/notes.php @@ -8,9 +8,9 @@ $string['personalnotes'] = 'Personal notes'; $string['created'] = 'created'; $string['nonotes'] = 'There are no notes of this type yet'; $string['notesnotvisible'] = 'You are not allowed to view the notes.'; -$string['addnewnote'] = 'Add a new note'; +$string['addnewnote'] = 'Add a new note'; $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?'; $string['content'] = 'Content'; $string['nocontent'] = 'Note content can not be empty';