From e66c9c077bbb05bd237b6f6e098f6b8e3dcea990 Mon Sep 17 00:00:00 2001 From: Tim Hunt Date: Wed, 18 Apr 2012 15:20:41 +0100 Subject: [PATCH] MDL-32519 completio: Fix spelling of Enrolled. --- lang/en/completion.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lang/en/completion.php b/lang/en/completion.php index c55779e23dc..e737dbf7495 100644 --- a/lang/en/completion.php +++ b/lang/en/completion.php @@ -126,7 +126,7 @@ $string['markedcompleteby']='Marked complete by {$a}'; $string['markingyourselfcomplete']='Marking yourself complete'; $string['moredetails']='More details'; $string['nocriteriaset']='No completion criteria set for this course'; -$string['notenroled']='You are not enroled in this course'; +$string['notenroled']='You are not enrolled in this course'; $string['notyetstarted']='Not yet started'; $string['overallcriteriaaggregation']='Overall criteria type aggregation'; $string['passinggrade']='Passing grade'; @@ -147,7 +147,7 @@ $string['unenrolingfromcourse']='Unenroling from course'; $string['unenrolment']='Unenrolment'; $string['unlockcompletiondelete']='Unlock completion options and delete user completion data'; $string['usealternateselector']='Use the alternate course selector'; -$string['usernotenroled']='User is not enroled in this course'; +$string['usernotenroled']='User is not enrolled in this course'; $string['viewcoursereport']='View course report'; $string['viewingactivity']='Viewing the {$a}'; $string['xdays']='{$a} days';