mirror of
https://github.com/moodle/moodle.git
synced 2025-01-29 19:50:14 +01:00
MDL-12294 - another string fix
This commit is contained in:
parent
ef678ebb82
commit
18da0c24ec
@ -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");
|
||||
|
Loading…
x
Reference in New Issue
Block a user