diff --git a/blocks/completionstatus/block_completionstatus.php b/blocks/completionstatus/block_completionstatus.php index ab2dc1b75e3..7a8e17b5624 100644 --- a/blocks/completionstatus/block_completionstatus.php +++ b/blocks/completionstatus/block_completionstatus.php @@ -195,7 +195,7 @@ class block_completionstatus extends block_base { $this->content->text .= $shtml.''; // Display link to detailed view - $this->content->footer = '
More details'; + $this->content->footer = '
'.get_string('moredetails', 'completion').''; return $this->content; } diff --git a/lang/en/completion.php b/lang/en/completion.php index 2d87bccf107..c3f55e91acf 100644 --- a/lang/en/completion.php +++ b/lang/en/completion.php @@ -123,6 +123,7 @@ $string['manualselfcompletion']='Manual self completion'; $string['markcomplete']='Mark complete'; $string['markedcompleteby']='Marked complete by {$a}'; $string['markingyourselfcomplete']='Marking yourself complete'; +$string['moredetails']='More details'; $string['notenroled']='You are not enroled as a student in this course'; $string['notyetstarted']='Not yet started'; $string['overallcriteriaaggregation']='Overall criteria type aggregation';