diff --git a/admin/tool/brickfield/lang/en/tool_brickfield.php b/admin/tool/brickfield/lang/en/tool_brickfield.php index 8a9d1d3ae66..408f333de36 100644 --- a/admin/tool/brickfield/lang/en/tool_brickfield.php +++ b/admin/tool/brickfield/lang/en/tool_brickfield.php @@ -122,6 +122,7 @@ $string['schedule:requestanalysis'] = 'Submit for analysis'; $string['schedule:scheduled'] = 'This course has been scheduled for analysis.'; $string['schedule:sitenotscheduled'] = 'The global (course independent) content has not yet been scheduled for analysis, to find common accessibility issues.

By clicking on the "Submit for analysis" button, you confirm that you want all your relevant global (course independant) content to be scheduled for analysis.

This analysis will conduct multiple common accessibility checks on this content, and those results will then display on these Accessibility toolkit report pages.

Please view the Accessibility toolkit help page for further details.

This analysis will be processed in the background, by the Moodle scheduled tasks, so its speed of completion will depend on task timings and task run schedules.'; $string['schedule:sitescheduled'] = 'The global (course independent) content has been scheduled for analysis.'; +$string['settings'] = 'Accessibility tool settings'; $string['taberrors'] = 'Check Errors'; $string['targetavetitle'] = 'Average errors per activity'; $string['targetpercentage'] = 'Percentage of instances passed/not per activity'; diff --git a/admin/tool/brickfield/settings.php b/admin/tool/brickfield/settings.php index c46b59a038b..526cefece9e 100644 --- a/admin/tool/brickfield/settings.php +++ b/admin/tool/brickfield/settings.php @@ -63,7 +63,7 @@ if ($hassiteconfig) { ) ); - $settings = new admin_settingpage(manager::PLUGINNAME, get_string('settings')); + $settings = new admin_settingpage(manager::PLUGINNAME, get_string('settings', manager::PLUGINNAME)); $settings->add(new admin_setting_description( manager::PLUGINNAME . '/logo', '',