]> git.mjollnir.org Git - moodle.git/commitdiff
One more string here, I had forgotten to add it.
authordefacer <defacer>
Thu, 27 Jan 2005 23:58:10 +0000 (23:58 +0000)
committerdefacer <defacer>
Thu, 27 Jan 2005 23:58:10 +0000 (23:58 +0000)
lang/en/block_quiz_results.php

index d6f6f8a5bccfa1b3db166769853f7b7cc429b98e..f3fb890b619741acce17d7ede798418856d84b6c 100644 (file)
@@ -13,6 +13,7 @@ $string['config_grade_format'] = 'Display grades as:';
 $string['config_format_percentage'] = 'Percentages';
 $string['config_format_fraction'] = 'Fractions';
 $string['config_format_absolute'] = 'Absolute numbers';
+$string['config_no_quizzes_in_course'] = 'This course does not contain any quiz activities . You must add at least one before you are able to use this block correctly.';
 $string['error_emptyquizid'] = 'There is an error right now with this block: you need to select which quiz it should display results from.';
 $string['error_emptyquizrecord'] = 'There is an error right now with this block: the selected quiz does not seem to exist in the database.';
 $string['error_nogroupsexist'] = 'There is an error right now with this block: it is set to display grades in group mode, but the course has no defined groups.';