From: danmarsden Date: Wed, 24 Sep 2008 07:01:32 +0000 (+0000) Subject: MDL-16599 - tidy up error message to be make more sense to the user. X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=94abd70c7d392ef94c12c0702913557491260ab8;p=moodle.git MDL-16599 - tidy up error message to be make more sense to the user. --- diff --git a/lang/en_utf8/scorm.php b/lang/en_utf8/scorm.php index cda8290314..ecfddfd9d2 100644 --- a/lang/en_utf8/scorm.php +++ b/lang/en_utf8/scorm.php @@ -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';