Skip to content

Commit

Permalink
MDL-31443 core_backup: change review heading to 'Restore settings'
Browse files Browse the repository at this point in the history
  • Loading branch information
mdjnelson authored and stronk7 committed Jun 13, 2018
1 parent 2e8491a commit 0c34cc5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backup/util/ui/restore_ui_stage.class.php
Original file line number Diff line number Diff line change
Expand Up @@ -901,7 +901,7 @@ protected function initialise_stage_form() {
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'));
Expand Down

0 comments on commit 0c34cc5

Please sign in to comment.