]> git.mjollnir.org Git - moodle.git/commitdiff
Added language suport
authorstronk7 <stronk7>
Mon, 28 Jul 2003 19:24:09 +0000 (19:24 +0000)
committerstronk7 <stronk7>
Mon, 28 Jul 2003 19:24:09 +0000 (19:24 +0000)
mod/quiz/restorelib.php

index e038cd2aeb610b8d23609f428d52dec4b1659a5d..9393e047064957bcf0e035165666820484c5638e 100644 (file)
             }
 
             //Do some output
-            echo "<ul><li>Category \"".$quiz_cat->name."\"<br>";
+            echo "<ul><li>".get_string("category")." \"".$quiz_cat->name."\"<br>";
             backup_flush(300);
 
             if ($newid) {