MDL-12294 - another string fix

This commit is contained in:
scyrma 2007-11-26 04:52:14 +00:00
parent ef678ebb82
commit 18da0c24ec

View File

@ -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");