Navigation Menu

Skip to content

Commit

Permalink
Added language suport
Browse files Browse the repository at this point in the history
  • Loading branch information
stronk7 committed Jul 28, 2003
1 parent 957a0d2 commit a8c0abb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mod/quiz/restorelib.php
Expand Up @@ -142,7 +142,7 @@ function quiz_restore_question_categories($category,$restore) {
}

//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) {
Expand Down

0 comments on commit a8c0abb

Please sign in to comment.