MDL-69863 tool_brickfield: Adding settings page title.
This commit is contained in:
committed by
Eloy Lafuente (stronk7)
parent
a37aaa8f20
commit
a134cfdfe4
@@ -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', '',
|
||||
|
||||
Reference in New Issue
Block a user