Skip to content

Commit 3dc861c

Browse files
Improved language strings for task and exclusions
1 parent 0fb1db9 commit 3dc861c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

lang/en/tool_crawler.php

+2-1
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@
2424
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
2525
*/
2626
defined('MOODLE_INTERNAL') || die();
27+
$string['adhoc_crawl_task'] = 'Adhoc crawl task';
2728
$string['autocreate'] = 'Auto create';
2829
$string['bigfilesize'] = 'Size of big files';
2930
$string['bigfilesizedesc'] = 'How big a file needs to be (in MB) to get flagged as oversize.';
@@ -90,7 +91,7 @@
9091
$string['excludemdlurl'] = 'Exclude Moodle URLs';
9192
$string['excludemdlurldesc'] = 'One URL per line and the * wildchar at any position is also accepted. Each is matched excluding the wwwroot.';
9293
$string['excludecourses'] = 'Exclude courses';
93-
$string['excludecoursesdesc'] = 'One course short name per line and the * wildchar usage is also accepted.';
94+
$string['excludecoursesdesc'] = 'One course short name per line and the * wildchar usage is also accepted. eg If you have a course short names such as COMP100_SEM1_2020 then you could exclude all COMP100 courses with <code>COMP100*</code> or all 2019 courses with <code>*_2019</code>';
9495
$string['fetcherror'] = 'Curl Error: {$a->errormessage}';
9596
$string['found'] = 'Found';
9697
$string['frompage'] = 'From page';

0 commit comments

Comments
 (0)