MDL-12294 - another string fix
This commit is contained in:
@@ -37,7 +37,7 @@ class grade_export_ods extends grade_export {
|
||||
|
||||
$export_tracking = $this->track_exports();
|
||||
|
||||
$strgrades = get_string('grades', 'grade');
|
||||
$strgrades = get_string('grades', 'grades');
|
||||
|
||||
/// Calculate file name
|
||||
$downloadfilename = clean_filename("{$this->course->shortname} $strgrades.ods");
|
||||
|
||||
Reference in New Issue
Block a user