-
Bug
-
Resolution: Duplicate
-
Minor
-
None
-
2.0
-
None
-
MOODLE_20_STABLE
-
Easy
When adding a new Lesson "Content page", the "save page" button label wrongly says "Add a question page".
I suggest the following fix to display "Add a content page" when we are adding a Content page.
file mod/lesson/locallib.php line 738:
if ($this->qtype == LESSON_PAGE_BRANCHTABLE)
{ $stradd = 'addbranchtable'; }else
{ $stradd = 'addaquestionpage'; }$this->add_action_buttons(get_string('cancel'), get_string($stradd, 'lesson'));
- duplicates
-
MDL-24401 2.0 Lesson, string default changes needed
- Closed