Skip to content

Commit

Permalink
Language: adapt english text to use the term that existed in Chamilo …
Browse files Browse the repository at this point in the history
…1 and that already have all the translations -refs BT#22274
  • Loading branch information
NicoDucou committed Dec 6, 2024
1 parent 1d636ec commit 37134c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion public/main/admin/course_user_import.php
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ function parse_csv_data($file)
$form->addElement('header', '', $tool_name);
$form->addElement('file', 'import_file', get_lang('Import marks in an assessment'));
$form->addElement('checkbox', 'subscribe', get_lang('Action'), get_lang('Add user in the course only if not yet in'));
$form->addElement('checkbox', 'unsubscribe', '', get_lang('Remove user from course if his name is not in the list'));
$form->addElement('checkbox', 'unsubscribe', '', get_lang('Remove users from any courses that are not mentioned explicitly in this file'));
$form->addButtonImport(get_lang('Import'));
$form->setDefaults(['subscribe' => '1', 'unsubscribe' => 1]);
$errors = [];
Expand Down

0 comments on commit 37134c8

Please sign in to comment.