Changed one notify
authorstronk7 <stronk7>
Sat, 23 Aug 2003 17:02:20 +0000 (17:02 +0000)
committerstronk7 <stronk7>
Sat, 23 Aug 2003 17:02:20 +0000 (17:02 +0000)
backup/restore_execute.html

index a47141de73897d341b1efbef232d7216ea930781..07e2d83bb5d16944be652fad14d1e7c56684f888 100644 (file)
     if ($status) {
         echo "<li>".get_string("creatingcoursemodules");
         if (!$status = restore_create_modules($restore,$xml_file)) {
-            notify("Could not restore custom scales!");
+            notify("Could not restore modules!");
         }
     }
 
     //Now create log entries as needed
     if ($status and ($restore->logs)) {
-        echo "<li>".get_string("creatinglogentries")."<b>(not implemented!!)</b>";
+        echo "<li>".get_string("creatinglogentries")."<b> (not implemented!!)</b>";
     }    
 
     //Now, if all is OK, adjust the instance field in course_modules !!