mirror of
https://github.com/moodle/moodle.git
synced 2025-03-14 04:30:15 +01:00
Fixed a string name
This commit is contained in:
parent
bf8936d316
commit
c9a945caed
@ -61,7 +61,7 @@
|
||||
$streditingquestion;
|
||||
} else {
|
||||
$strediting = '<a href="edit.php?courseid='.$course->id.'">'.
|
||||
get_string("editingquestions", "quiz").'</a> -> '.$streditingquestion;
|
||||
get_string("editquestions", "quiz").'</a> -> '.$streditingquestion;
|
||||
}
|
||||
|
||||
print_header_simple("$streditingquestion", "$streditingquestion",
|
||||
|
Loading…
x
Reference in New Issue
Block a user