mirror of
https://github.com/moodle/moodle.git
synced 2025-08-05 00:46:50 +02:00
MDL-26644 course: Remove useless setting completionstartonenrol
This commit removes any trace of the setting 'Completion tracking begins on enrolment' as it does not appear to do anything.
This commit is contained in:
parent
373a8e052c
commit
8819a83601
8 changed files with 18 additions and 40 deletions
|
@ -98,8 +98,6 @@ $string['completionenabled']='Enabled, control via completion and activity setti
|
|||
$string['completionmenuitem']='Completion';
|
||||
$string['completiononunenrolment']='Completion on unenrolment';
|
||||
$string['completionsettingslocked']='Completion settings locked';
|
||||
$string['completionstartonenrol']='Completion tracking begins on enrolment';
|
||||
$string['completionstartonenrolhelp']='Begin tracking a student\'s progress in course completion after course enrolment';
|
||||
$string['completed'] = 'Completed';
|
||||
$string['confirmselfcompletion']='Confirm self completion';
|
||||
$string['coursealreadycompleted']='You have already completed this course';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue