MDL-69863 tool_brickfield: Adding settings page title.

This commit is contained in:
Mike Churchward 2021-04-27 15:18:21 -04:00 committed by Eloy Lafuente (stronk7)
parent 020109f3eb
commit ad1a600927
2 changed files with 2 additions and 1 deletions

View file

@ -122,6 +122,7 @@ $string['schedule:requestanalysis'] = 'Submit for analysis';
$string['schedule:scheduled'] = 'This course has been scheduled 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.</p><p>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.</p><p>This analysis will conduct multiple common accessibility checks on this content, and those results will then display on these Accessibility toolkit report pages.</p><p>Please view the <a href="{$a}">Accessibility toolkit help page</a> for further details.</p><p>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:sitenotscheduled'] = 'The global (course independent) content has not yet been scheduled for analysis, to find common accessibility issues.</p><p>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.</p><p>This analysis will conduct multiple common accessibility checks on this content, and those results will then display on these Accessibility toolkit report pages.</p><p>Please view the <a href="{$a}">Accessibility toolkit help page</a> for further details.</p><p>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['schedule:sitescheduled'] = 'The global (course independent) content has been scheduled for analysis.';
$string['settings'] = 'Accessibility tool settings';
$string['taberrors'] = 'Check Errors'; $string['taberrors'] = 'Check Errors';
$string['targetavetitle'] = 'Average errors per activity'; $string['targetavetitle'] = 'Average errors per activity';
$string['targetpercentage'] = 'Percentage of instances passed/not per activity'; $string['targetpercentage'] = 'Percentage of instances passed/not per activity';

View file

@ -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( $settings->add(new admin_setting_description(
manager::PLUGINNAME . '/logo', '', manager::PLUGINNAME . '/logo', '',