[New] lang entry for when no course modules are in a course (for mod.html)

This commit is contained in:
michaelpenne
2006-01-13 21:55:21 +00:00
parent 6ef1c83de6
commit dfd02fa5d2
+2
View File
@@ -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';
?>