]> git.mjollnir.org Git - moodle.git/commitdiff
Use main translation for grade
authormoodler <moodler>
Sat, 22 Nov 2003 02:43:48 +0000 (02:43 +0000)
committermoodler <moodler>
Sat, 22 Nov 2003 02:43:48 +0000 (02:43 +0000)
mod/quiz/report/fullstat/report.php

index 908cb5c5572cc2383ffa5b1bd28484cd6093110f..93cd1ba7eede72f0fd62ee359052c913605531ee 100755 (executable)
@@ -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 . "</tr>\n</table>\n";
     return $tbl;
 }
-?>
\ No newline at end of file
+?>