From d49bf952364a02a333300d59c8644b54618b995c Mon Sep 17 00:00:00 2001 From: Simey Lameze Date: Wed, 26 Aug 2015 10:39:28 +0800 Subject: [PATCH] MDL-49701 mod_lesson: add missing closebeforeopen string --- mod/lesson/lang/en/lesson.php | 1 + 1 file changed, 1 insertion(+) diff --git a/mod/lesson/lang/en/lesson.php b/mod/lesson/lang/en/lesson.php index 2526c81df4997..58c4450887dc5 100644 --- a/mod/lesson/lang/en/lesson.php +++ b/mod/lesson/lang/en/lesson.php @@ -86,6 +86,7 @@ $string['classstats'] = 'Class statistics'; $string['clicktodownload'] = 'Click on the following link to download the file.'; $string['clicktopost'] = 'Click here to post your grade on the High Scores list.'; +$string['closebeforeopen'] = 'Could not update the lesson. You have specified a close date before the open date.'; $string['cluster'] = 'Cluster'; $string['clusterjump'] = 'Unseen question within a cluster'; $string['clustertitle'] = 'Cluster';