From 7035aa3a4a7199cf47bae97145ceecb633ccb93e Mon Sep 17 00:00:00 2001 From: skodak Date: Sat, 29 Nov 2008 16:43:18 +0000 Subject: [PATCH] MDL-17372 new course reports string - role definition improvement; merged from MOODLE_19_STABLE; fixed merging --- lang/en_utf8/moodle.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lang/en_utf8/moodle.php b/lang/en_utf8/moodle.php index f777cc14a31..ebb3a054d37 100644 --- a/lang/en_utf8/moodle.php +++ b/lang/en_utf8/moodle.php @@ -304,7 +304,6 @@ $string['coursemessage'] = 'Message course users'; $string['coursenotaccessible'] = 'This course does not allow public access'; $string['courseoverview'] = 'Course overview'; $string['courseoverviewgraph'] = 'Course overview graph'; -$string['coursereports'] = 'Course reports'; $string['coursereject'] = 'Reject a course request'; $string['courserejected'] = 'Course has been rejected and the requester has been notified.'; $string['courserejectemail'] = 'Sorry, but the course you requested has been rejected. Here is the reason provided: @@ -312,6 +311,7 @@ $string['courserejectemail'] = 'Sorry, but the course you requested has been rej $a'; $string['courserejectreason'] = 'Outline your reasons for rejecting this course
(this will be emailed to the requester)'; $string['courserejectsubject'] = 'Your course has been rejected'; +$string['coursereports'] = 'Course reports'; $string['courserequest'] = 'Course request'; $string['courserequestfailed'] = 'For some reason, your course request could not be saved'; $string['courserequestintro'] = 'Use this form to request a course to be created for you.
Try and fill in as much information as you can to allow
the administrators to understand your reasons for wanting this course.';