]> git.mjollnir.org Git - moodle.git/commitdiff
Small changes to the restore "continue" button and some missing strings
authormoodler <moodler>
Mon, 28 Jul 2003 01:38:35 +0000 (01:38 +0000)
committermoodler <moodler>
Mon, 28 Jul 2003 01:38:35 +0000 (01:38 +0000)
backup/restore_check.html
lang/en/moodle.php

index 0c7f902a6db7b4024ee31d08b7926f430edb1f83..c20e1118acc90b0f2926c7f10e60bd21d1532a43 100644 (file)
             //Print the continue button to execute the restore NOW !!!!
             //All is prepared !!!
             echo "<CENTER>";
-            echo get_string("presscontinuetolaunchrestore");
-            echo "<br>";
             $hidden["launch"]             = "execute";
             $hidden["file"]               =  $file;
-            print_single_button("restore.php", $hidden, get_string("continue"),"post");
+            print_single_button("restore.php", $hidden, get_string("restorecoursenow"),"post");
             echo "</CENTER>";
         } else {
             //Show error
index 64e825d3c7e5c7b1e7e0d26b141d90bee04169f9..bfd8ba30140be062d71bf1012749749c22597b69 100644 (file)
@@ -479,6 +479,7 @@ $string['normal'] = "Normal";
 $string['nostudentsyet'] = "No students enrolled in this course yet";
 $string['nosuchemail'] = "No such email address";
 $string['notavailable'] = "Not available";
+$string['noteuserschangednonetocourse'] = "Note: course users need to be restored when restoring user data. This setting has been changed for you.";
 $string['notincluded'] = "Not included";
 $string['noteachersyet'] = "No teachers in this course yet";
 $string['notenrolled'] = "\$a is not enrolled in this course.";
@@ -590,6 +591,7 @@ $string['size'] = "Size";
 $string['someallowguest'] = "Some courses may allow guest access";
 $string['someerrorswerefound'] = "Some information was missing or incorrect. Look below for details.";
 $string['startdate'] = "Course start date";
+$string['restorecoursenow'] = "Restore this course now!";
 $string['startsignup'] = "Start now by creating a new account!";
 $string['state'] = "State/Province";
 $string['status'] = "Status";