use "noattemptstoshow" message instead of "noattempts"

This commit is contained in:
gbateson 2006-10-11 01:40:48 +00:00
parent 2ddc00d223
commit 29651b84a5

View File

@ -234,7 +234,7 @@
// stop now if no attempts were found
if (empty($attempts)) {
print_heading(get_string('noattempts','quiz'));
print_heading(get_string('noattemptstoshow','quiz'));
exit;
}