Browse Source

Fix #445 - use attendance specific strings.

MOODLE_35_STABLE
Dan Marsden 5 years ago
parent
commit
0d3a162057
  1. 4
      renderer.php

4
renderer.php

@ -253,8 +253,8 @@ class mod_attendance_renderer extends plugin_renderer_base {
$table->width = '100%'; $table->width = '100%';
$table->head = array( $table->head = array(
'#', '#',
get_string('date'), get_string('date', 'attendance'),
get_string('time'), get_string('time', 'attendance'),
get_string('sessiontypeshort', 'attendance'), get_string('sessiontypeshort', 'attendance'),
get_string('description', 'attendance'), get_string('description', 'attendance'),
get_string('actions'), get_string('actions'),

Loading…
Cancel
Save