mirror of
https://github.com/moodle/moodle.git
synced 2025-08-06 01:16:44 +02:00
Merge branch 'MDL-38005-master' of git://github.com/FMCorz/moodle
This commit is contained in:
commit
7c211f565a
17 changed files with 34 additions and 26 deletions
|
@ -103,7 +103,7 @@ class mod_glossary_mod_form extends moodleform_mod {
|
|||
|
||||
if ($CFG->enablerssfeeds && isset($CFG->glossary_enablerssfeeds) && $CFG->glossary_enablerssfeeds) {
|
||||
//-------------------------------------------------------------------------------
|
||||
$mform->addElement('header', '', get_string('rss'));
|
||||
$mform->addElement('header', 'rssheader', get_string('rss'));
|
||||
$choices = array();
|
||||
$choices[0] = get_string('none');
|
||||
$choices[1] = get_string('withauthor', 'glossary');
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue