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'; + ?>