print_simple_box_start("center");
echo $file;
print_simple_box_end();
- echo "<BR>";
+ echo "<br />";
+ echo "<p align=center>".get_string("areyousuretorestorethisinfo")."</p>";
$restore_path = "../backup/restore.php";
notice_yesno (get_string("areyousuretorestorethis"),
$restore_path."?id=".$id."&file=".$id.$wdir."/".$file,
$string['alphanumerical'] = "Can only contain alphabetical letters or numbers";
$string['alreadyconfirmed'] = "Registration has already been confirmed";
$string['answer'] = "Answer";
-$string['areyousuretorestorethis'] = "Are you sure to restore it ?";
+$string['areyousuretorestorethis'] = "Do you want to continue?";
+$string['areyousuretorestorethisinfo'] = "Later in this process you will have a choice of adding this backup to an existing course or creating a completely new course.";
$string['assessment'] = "Assessment";
$string['assignadmins'] = "Assign admins";
$string['assigncreators'] = "Assign creators";
$string['wrongpassword'] = "Incorrect password for this username";
$string['yes'] = "Yes";
$string['youareabouttocreatezip'] = "You are about to create a zip file containing";
-$string['youaregoingtorestorefrom'] = "You are going to restore from";
+$string['youaregoingtorestorefrom'] = "You are about to start the restore process for";
$string['yourlastlogin'] = "Your last login was";
$string['yourself'] = "yourself";
$string['yourteacher'] = "your \$a";