Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: 1.9.3
-
Fix Version/s: 1.9.4
-
Component/s: Accessibility, Language, SCORM
-
Labels:None
-
Environment:Any
-
Database:Any
-
Difficulty:Easy
-
Affected Branches:MOODLE_19_STABLE
-
Fixed Branches:MOODLE_19_STABLE
Description
When launching a SCORM object, the text says, with typos:
"If a new windows does not apprear click here to launch the activity"
Also, the link is on the word "here," rather than on more descriptive text like the accessibility guidelines advise.
On my local site, I made the following change to lines 115-116 of /lang/en_utf8/scorm.php and, if I may, I suggest this for everyone:
$string['popupblocked'] = 'If a new window does not appear, $a.';
$string['popupblockedlinkname'] = 'launch the content here';
The file with this change is attached.
fixed in 1.9Stable and HEAD - thanks for the report!