]> git.mjollnir.org Git - moodle.git/commitdiff
use "noattemptstoshow" message instead of "noattempts"
authorgbateson <gbateson>
Wed, 11 Oct 2006 01:40:48 +0000 (01:40 +0000)
committergbateson <gbateson>
Wed, 11 Oct 2006 01:40:48 +0000 (01:40 +0000)
mod/hotpot/report.php

index c9deae55702b35d6d753ee472d80dfe7ed9450f5..471d87919e93135c897a86e7881e1df2f39a80be 100644 (file)
 
     // stop now if no attempts were found
     if (empty($attempts)) {
-        print_heading(get_string('noattempts','quiz'));
+        print_heading(get_string('noattemptstoshow','quiz'));
         exit;
     }