From 704e2ecaaacf594bee69b1059cc9319e23bfa4eb Mon Sep 17 00:00:00 2001 From: Andrea Bicciolo Date: Fri, 5 Apr 2013 12:25:04 +0200 Subject: [PATCH] MDL-38480_m24 Fix for messy usage of language strings in block course overview --- mod/lesson/lang/en/lesson.php | 1 + mod/scorm/lang/en/scorm.php | 1 + 2 files changed, 2 insertions(+) diff --git a/mod/lesson/lang/en/lesson.php b/mod/lesson/lang/en/lesson.php index 1363e80729d..baefd6a5b9c 100644 --- a/mod/lesson/lang/en/lesson.php +++ b/mod/lesson/lang/en/lesson.php @@ -35,6 +35,7 @@ $string['actions'] = 'Actions'; $string['activitylink'] = 'Link to an activity'; $string['activitylink_help'] = 'To provide a link at the end of the lesson to another activity in the course, select the activity from the dropdown list.'; $string['activitylinkname'] = 'Go to {$a}'; +$string['activityoverview'] = 'You have lessons that are due'; $string['addabranchtable'] = 'Add a content page'; $string['addanendofbranch'] = 'Add an end of branch'; $string['addanewpage'] = 'Add a new page'; diff --git a/mod/scorm/lang/en/scorm.php b/mod/scorm/lang/en/scorm.php index 3e0615e6e68..16cd95df29f 100644 --- a/mod/scorm/lang/en/scorm.php +++ b/mod/scorm/lang/en/scorm.php @@ -29,6 +29,7 @@ $string['aicchacpkeepsessiondata'] = 'AICC HACP session data'; $string['aicchacpkeepsessiondata_desc'] = 'Length of time in days to keep the external AICC HACP session data (a high setting will fill up the table with old data but may be useful when debugging)'; $string['activation'] = 'Activation'; $string['activityloading'] = 'You will be automatically redirected to the activity in'; +$string['activityoverview'] = 'You have SCORM packages that need attention'; $string['activitypleasewait'] = 'Activity loading, please wait ...'; $string['adminsettings'] = 'Admin settings'; $string['advanced'] = 'Parameters';