From 94abd70c7d392ef94c12c0702913557491260ab8 Mon Sep 17 00:00:00 2001
From: danmarsden <danmarsden>
Date: Wed, 24 Sep 2008 07:01:32 +0000
Subject: [PATCH] MDL-16599 - tidy up error message to be make more sense to
 the user.

---
 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 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';
-- 
2.39.5