Minor: Fix language term - refs BT#21709

pull/5823/head
Yannick Warnier 12 months ago
parent 41af88701f
commit 15347332d4
  1. 2
      main/coursecopy/export_moodle.php

@ -97,7 +97,7 @@ if ($action === 'course_select_form' && Security::check_token('post')) {
'post',
api_get_self().'?'.api_get_cidreq()
);
$form->addElement('radio', 'export_option', '', get_lang('CreateFullExport'), 'full_export');
$form->addElement('radio', 'export_option', '', get_lang('CreateFullBackup'), 'full_export');
$form->addElement('radio', 'export_option', '', get_lang('LetMeSelectItems'), 'select_items');
$form->addElement('select', 'moodle_version', get_lang('MoodleVersion'), [
'3' => 'Moodle 3.x',

Loading…
Cancel
Save