mirror of
https://github.com/moodle/moodle.git
synced 2025-08-03 16:13:28 +02:00
Last string fix for bug 2591
This commit is contained in:
parent
fefefb4898
commit
4b745a820f
1 changed files with 2 additions and 2 deletions
|
@ -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);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue