mirror of
https://github.com/moodle/moodle.git
synced 2025-08-05 08:56:36 +02:00
MDL-18125 - improve lang for options/choices
This commit is contained in:
parent
b66ad159ea
commit
ca5387202f
2 changed files with 4 additions and 3 deletions
|
@ -28,8 +28,8 @@ class mod_choice_mod_form extends moodleform_mod {
|
|||
|
||||
//-------------------------------------------------------------------------------
|
||||
$repeatarray=array();
|
||||
$repeatarray[] = &MoodleQuickForm::createElement('header', '', get_string('choice','choice').' {no}');
|
||||
$repeatarray[] = &MoodleQuickForm::createElement('text', 'option', get_string('choice','choice'));
|
||||
$repeatarray[] = &MoodleQuickForm::createElement('header', '', get_string('option','choice').' {no}');
|
||||
$repeatarray[] = &MoodleQuickForm::createElement('text', 'option', get_string('option','choice'));
|
||||
$repeatarray[] = &MoodleQuickForm::createElement('text', 'limit', get_string('limit','choice'));
|
||||
$repeatarray[] = &MoodleQuickForm::createElement('hidden', 'optionid', 0);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue