From dfd02fa5d2899cc3c1ccb04094db87e8fb24c46e Mon Sep 17 00:00:00 2001 From: michaelpenne Date: Fri, 13 Jan 2006 21:55:21 +0000 Subject: [PATCH] [New] lang entry for when no course modules are in a course (for mod.html) --- lang/en/lesson.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lang/en/lesson.php b/lang/en/lesson.php index a87e1ade44a..e73080ebf26 100644 --- a/lang/en/lesson.php +++ b/lang/en/lesson.php @@ -155,6 +155,7 @@ $string['nextpage'] = 'Next page'; $string['noanswer'] = 'No answer given. Please go back and submit an answer.'; $string['noattemptrecordsfound'] = 'No attempt records found: no grade given'; $string['nocommentyet'] = 'No comment yet.'; +$string['nocoursemods'] = 'No activities found'; $string['nohighscores'] = 'No high scores'; $string['nooneansweredcorrectly'] = 'No one answered correctly.'; $string['nooneansweredthisquestion'] = 'No one answered this question.'; @@ -274,4 +275,5 @@ $string['yourgradeisnow'] = 'Your grade for the lesson has been changed to $a'; $string['yourresponse'] = 'Your response'; $string['youshouldview'] = 'You should view at least: $a'; + ?>