Skip to content

Commit 37134c8

Browse files
committed
Language: adapt english text to use the term that existed in Chamilo 1 and that already have all the translations -refs BT#22274
1 parent 1d636ec commit 37134c8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

public/main/admin/course_user_import.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ function parse_csv_data($file)
163163
$form->addElement('header', '', $tool_name);
164164
$form->addElement('file', 'import_file', get_lang('Import marks in an assessment'));
165165
$form->addElement('checkbox', 'subscribe', get_lang('Action'), get_lang('Add user in the course only if not yet in'));
166-
$form->addElement('checkbox', 'unsubscribe', '', get_lang('Remove user from course if his name is not in the list'));
166+
$form->addElement('checkbox', 'unsubscribe', '', get_lang('Remove users from any courses that are not mentioned explicitly in this file'));
167167
$form->addButtonImport(get_lang('Import'));
168168
$form->setDefaults(['subscribe' => '1', 'unsubscribe' => 1]);
169169
$errors = [];

0 commit comments

Comments
 (0)