Fixed reference to incorrect language string.

This commit is contained in:
tjhunt
2006-06-05 14:14:12 +00:00
parent 7a553f06a3
commit 914d8f5801
+1 -1
View 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();