mirror of
https://github.com/moodle/moodle.git
synced 2025-08-05 08:56:36 +02:00
MDL-69863 tool_brickfield: Adding settings page title.
This commit is contained in:
parent
020109f3eb
commit
ad1a600927
2 changed files with 2 additions and 1 deletions
|
@ -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.</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';
|
||||
|
|
|
@ -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', '',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue