mirror of
https://github.com/moodle/moodle.git
synced 2025-08-04 16:36:37 +02:00
MDL-21695 Completion on grade help string + placeholder fix
AMOS BEGIN HLP completion/completionusegrade.html,[completionusegrade_help,core_completion] AMOS END
This commit is contained in:
parent
c8dcb793c4
commit
af455aa011
2 changed files with 4 additions and 3 deletions
|
@ -120,7 +120,7 @@ $string['inprogress']='In progress';
|
|||
$string['manualcompletionby']='Manual completion by';
|
||||
$string['manualselfcompletion']='Manual self completion';
|
||||
$string['markcomplete']='Mark complete';
|
||||
$string['markedcompleteby']='Marked complete by $a';
|
||||
$string['markedcompleteby']='Marked complete by {$a}';
|
||||
$string['markingyourselfcomplete']='Marking yourself complete';
|
||||
$string['notenroled']='You are not enroled as a student in this course';
|
||||
$string['notyetstarted']='Not yet started';
|
||||
|
@ -145,5 +145,5 @@ $string['unenrolment']='Unenrolment';
|
|||
$string['unlockcompletiondelete']='Unlock completion options and delete user completion data';
|
||||
$string['usealternateselector']='Use the alternate course selector';
|
||||
$string['viewcoursereport']='View course report';
|
||||
$string['viewingactivity']='Viewing the $a';
|
||||
$string['xdays']='$a days';
|
||||
$string['viewingactivity']='Viewing the {$a}';
|
||||
$string['xdays']='{$a} days';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue