From bbc69d99c11128c22732801385f73f66dd9abd0b Mon Sep 17 00:00:00 2001
From: stronk7 <stronk7>
Date: Sat, 23 Aug 2003 17:02:20 +0000
Subject: [PATCH] Changed one notify

---
 backup/restore_execute.html | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/backup/restore_execute.html b/backup/restore_execute.html
index a47141de738..07e2d83bb5d 100644
--- a/backup/restore_execute.html
+++ b/backup/restore_execute.html
@@ -244,13 +244,13 @@
     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 !!