From 60261b8c598512a5cfde8b1e8b0b49c1907dcce5 Mon Sep 17 00:00:00 2001 From: Marina Glancy Date: Thu, 21 Nov 2013 13:29:31 +1100 Subject: [PATCH] MDL-42925 course: Changed help string for course format selection --- lang/en/moodle.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lang/en/moodle.php b/lang/en/moodle.php index 95a7f2e7128..ccae4de1e4f 100644 --- a/lang/en/moodle.php +++ b/lang/en/moodle.php @@ -785,7 +785,7 @@ $string['forgotteninvalidurl'] = 'Invalid password reset URL'; $string['format'] = 'Format'; $string['format_help'] = 'The course format determines the layout of the course page. -* SCORM format - For displaying a SCORM package in the first section of the course page (as an alternative to using the SCORM/AICC module) +* Single activity format - For displaying a single activity or resource (such as a Quiz or SCORM package) on the course page * Social format - A forum is displayed on the course page * Topics format - The course page is organised into topic sections * Weekly format - The course page is organised into weekly sections, with the first week starting on the course start date';