MDL-12322 - Reference to incorrect language file

This commit is contained in:
tjhunt
2007-11-22 18:14:57 +00:00
parent 1ea4933c34
commit 6f15f244a3
+1 -1
View File
@@ -236,7 +236,7 @@ class grade_export {
$status = $g->track($grade_grade);
if ($this->updatedgradesonly && ($status == 'nochange' || $status == 'unknown')) {
echo '<td>'.get_string('unchangedgrade', 'grade').'</td>';
echo '<td>'.get_string('unchangedgrade', 'grades').'</td>';
} else {
echo "<td>$gradetxt</td>";
}