]> git.mjollnir.org Git - moodle.git/commitdiff
MDL-16599 - tidy up error message to be make more sense to the user.
authordanmarsden <danmarsden>
Wed, 24 Sep 2008 07:01:32 +0000 (07:01 +0000)
committerdanmarsden <danmarsden>
Wed, 24 Sep 2008 07:01:32 +0000 (07:01 +0000)
lang/en_utf8/scorm.php

index cda82903140ea90b136ae70d1b1e5b9a2212e914..ecfddfd9d2063213225434d3ce19308f85ff75de 100644 (file)
@@ -107,7 +107,7 @@ $string['nomanifest'] = 'Manifest not found';
 $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.';
+$string['noscriptnoscorm'] = 'Your browser does not support javascript or it has javascript support disabled. This SCORM package may not play or save data correctly.';
 $string['not_corr_type'] = 'Type mismatch for tag $a->tag';
 $string['notattempted'] = 'Not attempted';
 $string['objectives'] = 'Objectives';