Skip to content

Commit

Permalink
Merge branch 'MDL-30804-master-1' of git://git.luns.net.uk/moodle
Browse files Browse the repository at this point in the history
  • Loading branch information
Sam Hemelryk committed Jan 2, 2012
2 parents 2fa7c29 + 986bd83 commit 01dcafd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion blocks/edit_form.php
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,7 @@ function definition() {
$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'));

Expand Down

0 comments on commit 01dcafd

Please sign in to comment.