mirror of
https://github.com/moodle/moodle.git
synced 2025-03-14 04:30:15 +01:00
fixed a wrong lang call on line #1176
This commit is contained in:
parent
c732188674
commit
800abfe61d
@ -1175,7 +1175,7 @@
|
||||
echo "<tr><td align=\"left\"><small><a href=\"import.php?id=$cm->id&pageid=0\">".
|
||||
get_string("importquestions", "lesson")."</a> | ".
|
||||
"<a href=\"lesson.php?id=$cm->id&action=addcluster&pageid=0\">".
|
||||
get_string("addendofcluster", "lesson")."</a> | ".
|
||||
get_string("addcluster", "lesson")."</a> | ".
|
||||
"<a href=\"lesson.php?id=$cm->id&action=addbranchtable&pageid=0\">".
|
||||
get_string("addabranchtable", "lesson")."</a> | ".
|
||||
"<a href=\"lesson.php?id=$cm->id&action=addpage&pageid=0\">".
|
||||
|
Loading…
x
Reference in New Issue
Block a user