MDL-30804 Rename the 'onthispage' fieldset for block configuration

This commit is contained in:
Andrew Robert Nicols
2012-01-03 10:06:58 +13:00
committed by Sam Hemelryk
parent f59aa125e2
commit 38c2bbad09
+1 -1
View File
@@ -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'));