mirror of
https://github.com/moodle/moodle.git
synced 2025-08-05 17:06:53 +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
|
//Do some output
|
||||||
if ($status) {
|
if ($status) {
|
||||||
echo "<li>".get_string("category")." \"".$quiz_cat->name."\"<br />";
|
echo "<li>".get_string('category', 'quiz')." \"".$quiz_cat->name."\"<br />";
|
||||||
} else {
|
} else {
|
||||||
//We must never arrive here !!
|
//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);
|
backup_flush(300);
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue