]> git.mjollnir.org Git - moodle.git/commitdiff
Merged MDL-8872 from stable
authormoodler <moodler>
Wed, 14 Mar 2007 00:16:22 +0000 (00:16 +0000)
committermoodler <moodler>
Wed, 14 Mar 2007 00:16:22 +0000 (00:16 +0000)
mod/scorm/locallib.php

index 26257ff3bbd7bcf81b59b1f501e1a3a74579c180..9d3faa11937da5e3bad170d1310a01f127d17daa 100755 (executable)
@@ -507,7 +507,7 @@ function scorm_view_display ($user, $scorm, $action, $cm, $boxwidth='') {
 
     print_simple_box_start('center',$boxwidth);
 ?>
-        <div class="structurehead"><?php print_string('coursestruct','scorm') ?></div>
+        <div class="structurehead"><?php print_string('contents','scorm') ?></div>
 <?php
     if (empty($organization)) {
         $organization = $scorm->launch;