Skip to content

Commit

Permalink
Merge branch 'MDL-27884-m24' of git://github.com/ankitagarwal/moodle …
Browse files Browse the repository at this point in the history
…into MOODLE_24_STABLE
  • Loading branch information
danpoltawski committed Jan 7, 2013
2 parents d389a2f + 3b800be commit 9acc49e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion blocks/tags/edit_form.php
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ protected function specific_definition($mform) {
// Fields for editing HTML block title and contents.
$mform->addElement('header', 'configheader', get_string('blocksettings', 'block'));

$mform->addElement('text', 'config_title', get_string('pluginname', 'block_tags'));
$mform->addElement('text', 'config_title', get_string('configtitle', 'block_tags'));
$mform->setType('config_title', PARAM_TEXT);
$mform->setDefault('config_title', get_string('pluginname', 'block_tags'));

Expand Down
1 change: 1 addition & 0 deletions blocks/tags/lang/en/block_tags.php
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
$string['add'] = 'Add';
$string['alltags'] = 'All tags:';
$string['arrowtitle'] = 'Click here to enter the suggested text (grey letters).';
$string['configtitle'] = 'Block title';
$string['coursetags'] = 'Course tags:';
$string['disabledtags'] = 'Tags are disabled';
$string['defaultdisplay'] = 'Tag type to display';
Expand Down

0 comments on commit 9acc49e

Please sign in to comment.