From 29651b84a57f436337837df018db5902a1cd7569 Mon Sep 17 00:00:00 2001 From: gbateson Date: Wed, 11 Oct 2006 01:40:48 +0000 Subject: [PATCH] use "noattemptstoshow" message instead of "noattempts" --- mod/hotpot/report.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mod/hotpot/report.php b/mod/hotpot/report.php index c9deae5570..471d87919e 100644 --- a/mod/hotpot/report.php +++ b/mod/hotpot/report.php @@ -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; } -- 2.39.5