]> git.mjollnir.org Git - moodle.git/commitdiff
Fixed reference to incorrect language string. Merged from MOODLE_16_STABLE.
authortjhunt <tjhunt>
Mon, 5 Jun 2006 14:24:13 +0000 (14:24 +0000)
committertjhunt <tjhunt>
Mon, 5 Jun 2006 14:24:13 +0000 (14:24 +0000)
mod/quiz/report/overview/report.php

index 7b578ba754adcb2454c3cd7b6ff97eec8f1898de..026e755c78622d924e9750411bc5348fd90464be 100644 (file)
@@ -176,7 +176,7 @@ class quiz_report extends quiz_default_report {
         /// Sending HTTP headers
             $workbook->send($filename);
         /// Creating the first worksheet
-            $sheettitle = get_string('reportresponses','quiz_responses');
+            $sheettitle = get_string('reportoverview','quiz');
             $myxls =& $workbook->add_worksheet($sheettitle);
             /// format types
             $format =& $workbook->add_format();