MDL-30804 Rename the 'onthispage' fieldset for block configuration
This commit is contained in:
committed by
Sam Hemelryk
parent
f59aa125e2
commit
38c2bbad09
@@ -219,7 +219,7 @@ class block_edit_form extends moodleform {
|
||||
$mform->addHelpButton('bui_defaultweight', 'defaultweight', 'block');
|
||||
|
||||
// Where this block is positioned on this page.
|
||||
$mform->addElement('header', 'whereheader', get_string('onthispage', 'block'));
|
||||
$mform->addElement('header', 'onthispage', get_string('onthispage', 'block'));
|
||||
|
||||
$mform->addElement('selectyesno', 'bui_visible', get_string('visible', 'block'));
|
||||
|
||||
|
||||
Reference in New Issue
Block a user