Skip to content

Commit

Permalink
MDL-69863 tool_brickfield: Adding settings page title.
Browse files Browse the repository at this point in the history
  • Loading branch information
mchurchward authored and stronk7 committed May 4, 2021
1 parent a37aaa8 commit a134cfd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions admin/tool/brickfield/lang/en/tool_brickfield.php
Expand Up @@ -122,6 +122,7 @@
$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: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';
Expand Down
2 changes: 1 addition & 1 deletion admin/tool/brickfield/settings.php
Expand Up @@ -63,7 +63,7 @@
)
);

$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', '',
Expand Down

0 comments on commit a134cfd

Please sign in to comment.