Skip to content

Commit

Permalink
SCORM MDL-17702 iframe no longer used - rename string and remove old …
Browse files Browse the repository at this point in the history
…string no longer used.
  • Loading branch information
danmarsden committed Jul 9, 2010
1 parent 89f1b18 commit d67eb43
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions mod/scorm/lang/en/scorm.php
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@
$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';
Expand Down Expand Up @@ -131,8 +132,6 @@
$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';
Expand Down
2 changes: 1 addition & 1 deletion mod/scorm/locallib.php
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ function scorm_get_updatefreq_array(){
* @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'));
}

Expand Down

0 comments on commit d67eb43

Please sign in to comment.