mirror of
https://github.com/moodle/moodle.git
synced 2025-03-14 04:30:15 +01:00
Merge branch 'MDL-47875_master' of https://github.com/crazyserver/moodle
This commit is contained in:
commit
323ed3bbf0
@ -58,6 +58,7 @@ $string['choice:readresponses'] = 'Read responses';
|
||||
$string['choicesaved'] = 'Your choice has been saved';
|
||||
$string['choicetext'] = 'Choice text';
|
||||
$string['chooseaction'] = 'Choose an action ...';
|
||||
$string['description'] = 'Description';
|
||||
$string['limit'] = 'Limit';
|
||||
$string['limitno'] = 'Limit {no}';
|
||||
$string['limitanswers'] = 'Limit the number of responses allowed';
|
||||
|
@ -24,7 +24,7 @@ class mod_choice_mod_form extends moodleform_mod {
|
||||
$mform->addRule('name', null, 'required', null, 'client');
|
||||
$mform->addRule('name', get_string('maximumchars', '', 255), 'maxlength', 255, 'client');
|
||||
|
||||
$this->add_intro_editor(true, get_string('chatintro', 'chat'));
|
||||
$this->add_intro_editor(true, get_string('description', 'choice'));
|
||||
|
||||
$mform->addElement('select', 'display', get_string("displaymode","choice"), $CHOICE_DISPLAY);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user