From: moodler Date: Mon, 28 Jul 2003 01:38:35 +0000 (+0000) Subject: Small changes to the restore "continue" button and some missing strings X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=49caea35c92f29c098c2815988409ccb8dc7e1ee;p=moodle.git Small changes to the restore "continue" button and some missing strings --- diff --git a/backup/restore_check.html b/backup/restore_check.html index 0c7f902a6d..c20e1118ac 100644 --- a/backup/restore_check.html +++ b/backup/restore_check.html @@ -149,11 +149,9 @@ //Print the continue button to execute the restore NOW !!!! //All is prepared !!! echo "
"; - echo get_string("presscontinuetolaunchrestore"); - echo "
"; $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 "
"; } else { //Show error diff --git a/lang/en/moodle.php b/lang/en/moodle.php index 64e825d3c7..bfd8ba3014 100644 --- a/lang/en/moodle.php +++ b/lang/en/moodle.php @@ -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";