From: moodler Date: Sat, 22 Nov 2003 02:43:48 +0000 (+0000) Subject: Use main translation for grade X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=06e98930010845e71a8609354cb215be280e1c1b;p=moodle.git Use main translation for grade --- diff --git a/mod/quiz/report/fullstat/report.php b/mod/quiz/report/fullstat/report.php index 908cb5c557..93cd1ba7ee 100755 --- a/mod/quiz/report/fullstat/report.php +++ b/mod/quiz/report/fullstat/report.php @@ -28,7 +28,7 @@ $string[''] = ""; $strindivresp = get_string("indivresp", "quiz"); $strname = get_string("name", "quiz"); - $strgrade = get_string("grade", "quiz"); + $strgrade = get_string("grade"); $stritemanal = get_string("itemanal", "quiz"); $strcorrresp = get_string("corrresp", "quiz"); $strnoresponse = get_string("noresponse", "quiz"); @@ -877,4 +877,4 @@ function qr_match_table($resplist){ $tbl = $tbl . "\n\n"; return $tbl; } -?> \ No newline at end of file +?>