mirror of
https://github.com/moodle/moodle.git
synced 2025-04-21 16:32:18 +02:00
MDL-33153 Resource: rename submit button to 'save changes' in folder resource
This commit is contained in:
parent
ad5d189c93
commit
50fb4c8fd9
@ -37,7 +37,7 @@ class mod_folder_edit_form extends moodleform {
|
||||
|
||||
$mform->addElement('hidden', 'id', $data->id);
|
||||
$mform->addElement('filemanager', 'files_filemanager', get_string('files'), null, $options);
|
||||
$submit_string = get_string('submit');
|
||||
$submit_string = get_string('savechanges');
|
||||
$this->add_action_buttons(true, $submit_string);
|
||||
|
||||
$this->set_data($data);
|
||||
|
Loading…
x
Reference in New Issue
Block a user