MDL-31443 core_backup: change review heading to 'Restore settings'

This commit is contained in:
Mark Nelson 2018-06-13 17:41:04 +08:00 committed by Eloy Lafuente (stronk7)
parent 2e8491a5be
commit 0c34cc5a93

View File

@ -901,7 +901,7 @@ class restore_ui_stage_review extends restore_ui_stage {
foreach ($tasks as $task) {
if ($task instanceof restore_root_task) {
// If its a backup root add a root settings heading to group nicely.
$form->add_heading('rootsettings', get_string('rootsettings', 'backup'));
$form->add_heading('rootsettings', get_string('restorerootsettings', 'backup'));
} else if (!$courseheading) {
// We haven't already add a course heading.
$form->add_heading('coursesettings', get_string('coursesettings', 'backup'));