mirror of
https://github.com/moodle/moodle.git
synced 2025-08-05 17:06:53 +02:00
MDL-58966 completion: improve dashboard string
This commit is contained in:
parent
17fb1d84a2
commit
b7d26eb3d2
1 changed files with 1 additions and 1 deletions
|
@ -83,7 +83,7 @@ $string['completionenabled'] = 'Enabled, control via completion and activity set
|
||||||
$string['completionexpected'] = 'Expect completed on';
|
$string['completionexpected'] = 'Expect completed on';
|
||||||
$string['completionexpected_help'] = 'This setting specifies the date when the activity is expected to be completed.';
|
$string['completionexpected_help'] = 'This setting specifies the date when the activity is expected to be completed.';
|
||||||
$string['completionexpecteddesc'] = 'Completion expected on {$a}';
|
$string['completionexpecteddesc'] = 'Completion expected on {$a}';
|
||||||
$string['completionexpectedfor'] = 'Expected completion for \'{$a->modulename}\' activity \'{$a->instancename}\'';
|
$string['completionexpectedfor'] = '{$a->instancename} should be completed';
|
||||||
$string['completionicons'] = 'Completion tick boxes';
|
$string['completionicons'] = 'Completion tick boxes';
|
||||||
$string['completionicons_help'] = 'A tick next to an activity name may be used to indicate when the activity is complete.
|
$string['completionicons_help'] = 'A tick next to an activity name may be used to indicate when the activity is complete.
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue