Skip to content

Commit

Permalink
MDL-58966 completion: improve dashboard string
Browse files Browse the repository at this point in the history
  • Loading branch information
danpoltawski committed May 18, 2017
1 parent 17fb1d8 commit b7d26eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lang/en/completion.php
Expand Up @@ -83,7 +83,7 @@
$string['completionexpected'] = 'Expect completed on';
$string['completionexpected_help'] = 'This setting specifies the date when the activity is expected to be completed.';
$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_help'] = 'A tick next to an activity name may be used to indicate when the activity is complete.
Expand Down

0 comments on commit b7d26eb

Please sign in to comment.