From 592aa64ac5f1f8054255ee9cbf922502179dd25a Mon Sep 17 00:00:00 2001 From: "Gerard (Gerry) Caulfield" Date: Fri, 10 Feb 2012 02:15:37 +0800 Subject: [PATCH] MDL-26807 Updating the withselectedusers_help string --- lang/en/moodle.php | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/lang/en/moodle.php b/lang/en/moodle.php index 0286c524317..255d011c520 100644 --- a/lang/en/moodle.php +++ b/lang/en/moodle.php @@ -1772,9 +1772,7 @@ $string['withoutuserdata'] = 'without user data'; $string['withselectedusers'] = 'With selected users...'; $string['withselectedusers_help'] = '* Send message - For sending a message to one or more participants * Add a new note - For adding a note to a selected participant -* Add a common note - For adding the same note to more than one participant -* Extend enrolment (individual) - For extending a selected student\'s access to the course, even when an enrolment period is set -* Extend enrolment (common) - For extending more than one student\'s access to the course by the same amount'; +* Add a common note - For adding the same note to more than one participant'; $string['withuserdata'] = 'with user data'; $string['wordforstudent'] = 'Your word for Student'; $string['wordforstudenteg'] = 'eg Student, Participant etc';