From 88673655ec45d51db50f9d761f0e9589905efff9 Mon Sep 17 00:00:00 2001 From: piers Date: Wed, 27 Aug 2008 04:06:00 +0000 Subject: [PATCH] MDL-4746 - Course 01 of the ADL SCORM 1.2 test suite fails on point 4. gramatical error - thanks Dan. --- lang/en_utf8/scorm.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lang/en_utf8/scorm.php b/lang/en_utf8/scorm.php index 19008261eb..06c7149cfe 100644 --- a/lang/en_utf8/scorm.php +++ b/lang/en_utf8/scorm.php @@ -90,7 +90,7 @@ $string['no_children'] = 'Tag $a->tag must have children'; $string['noactivity'] = 'Nothing to report'; $string['nolimit'] = 'Unlimited attempts'; $string['nomanifest'] = 'Manifest not found'; -$string['noprerequisites'] = 'Sorry but you haven\'t reach enough prerequisites to access this learning object'; +$string['noprerequisites'] = 'Sorry but you haven\'t reached enough prerequisites to access this learning object'; $string['noreports'] = 'No report to display'; $string['normal'] = 'Normal'; $string['noscriptnoscorm'] = 'Your browser does not support javascript or it has javascript support disabled. No tracks will recorded.'; -- 2.39.5