Skip to content

Commit d032d75

Browse files
committed
Merge branch 'MDL-83747-404' of https://github.com/junpataleta/moodle into MOODLE_404_STABLE
2 parents 43a90e8 + 626ea71 commit d032d75

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

mod/data/classes/template.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -479,6 +479,8 @@ protected function get_tag_delcheck_replacement(stdClass $entry, bool $canmanage
479479
'name' => 'delcheck[]',
480480
'classes' => 'recordcheckbox',
481481
'value' => $entry->id,
482+
'label' => get_string('selectfordeletion', 'data'),
483+
'labelclasses' => 'sr-only',
482484
]);
483485
return $OUTPUT->render($checkbox);
484486
}

mod/data/lang/en/data.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -424,8 +424,9 @@
424424
$string['search:entry'] = 'Database - entries';
425425
$string['searchresults'] = 'Entries containing "{$a}"';
426426
$string['selectedrequired'] = 'All selected required';
427-
$string['selectfields'] = 'Select fields';
428427
$string['selectexportoptions'] = 'Select export options';
428+
$string['selectfields'] = 'Select fields';
429+
$string['selectfordeletion'] = 'Select entry for deletion';
429430
$string['showall'] = 'Show all entries';
430431
$string['showmore'] = 'Show more';
431432
$string['single'] = 'View single';

0 commit comments

Comments
 (0)