MDL-27884 blocks: Correcting config title string
AMOS BEGIN CPY [configtitle,block_html],[configtitle,block_tags] AMOS END
This commit is contained in:
@@ -33,7 +33,7 @@ class block_tags_edit_form extends block_edit_form {
|
||||
// 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'));
|
||||
|
||||
|
||||
@@ -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';
|
||||
|
||||
Reference in New Issue
Block a user