Last string fix for bug 2591

This commit is contained in:
moodler 2005-03-03 05:13:58 +00:00
parent fefefb4898
commit 4b745a820f

View file

@ -271,10 +271,10 @@
//Do some output
if ($status) {
echo "<li>".get_string("category")." \"".$quiz_cat->name."\"<br />";
echo "<li>".get_string('category', 'quiz')." \"".$quiz_cat->name."\"<br />";
} else {
//We must never arrive here !!
echo "<li>".get_string("category")." \"".$quiz_cat->name."\" Error!<br />";
echo "<li>".get_string('category', 'quiz')." \"".$quiz_cat->name."\" Error!<br />";
}
backup_flush(300);