Skip to content

Commit 1534733

Browse files
committed
Minor: Fix language term - refs BT#21709
1 parent 41af887 commit 1534733

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

main/coursecopy/export_moodle.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@
9797
'post',
9898
api_get_self().'?'.api_get_cidreq()
9999
);
100-
$form->addElement('radio', 'export_option', '', get_lang('CreateFullExport'), 'full_export');
100+
$form->addElement('radio', 'export_option', '', get_lang('CreateFullBackup'), 'full_export');
101101
$form->addElement('radio', 'export_option', '', get_lang('LetMeSelectItems'), 'select_items');
102102
$form->addElement('select', 'moodle_version', get_lang('MoodleVersion'), [
103103
'3' => 'Moodle 3.x',

0 commit comments

Comments
 (0)