/// prints the grade
if ($grade_grade->is_excluded()) {
- $excluded = get_tring('excluded', 'grades').' ';
+ $excluded = get_string('excluded', 'grades').' ';
} else {
$excluded = '';
}
$string['configstudentsperpage'] = 'The number of students to display per page in the grader report.';
$string['configstudentsperpagedefault'] = 'The number of students to display per page in the grader report. Leave this field empty to use the site default (currently $a).';
$string['contract'] = 'Contract Category';
+$string['coursename'] = 'Course name';
$string['coursetotal'] = 'Course total';
$string['createcategory'] = 'Create Category';
$string['createcategoryerror'] = 'Could not create a new category';