From: piers Date: Wed, 27 Aug 2008 04:06:00 +0000 (+0000) Subject: MDL-4746 - Course 01 of the ADL SCORM 1.2 test suite fails on point 4. gramatical... X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=88673655ec45d51db50f9d761f0e9589905efff9;p=moodle.git MDL-4746 - Course 01 of the ADL SCORM 1.2 test suite fails on point 4. gramatical error - thanks Dan. --- 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.';