$string['contents'] = 'Contents';
$string['coursepacket'] = 'Course package';
$string['coursestruct'] = 'Course structure';
+$string['currentwindow'] = 'Current window';
$string['datadir'] = 'Filesystem Error: Can\'t create course data directory';
$string['deleteattemptcheck'] = 'Are you absolutely sure you want to completely delete these attempts?';
$string['deleteallattempts'] = 'Delete all SCORM attempts';
$string['highestattempt'] = 'Highest attempt';
$string['chooseapacket'] = 'Choose or update a package';
$string['identifier'] = 'Question Identifier';
-$string['iframe'] = 'Current window';
-$string['iframedisplay'] = 'Open package in the current window';
$string['incomplete'] = 'Incomplete';
$string['info'] = 'Info';
$string['interactions'] = 'Interactions';
* @return array an array of popup display options
*/
function scorm_get_popup_display_array(){
- return array(0 => get_string('iframe', 'scorm'),
+ return array(0 => get_string('currentwindow', 'scorm'),
1 => get_string('popup', 'scorm'));
}