Browse Source

tidy up nogroups error string

Fix #513
MOODLE_38_STABLE
Dan Marsden 4 years ago
committed by GitHub
parent
commit
3420afac37
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      lang/en/attendance.php

2
lang/en/attendance.php

@ -338,7 +338,7 @@ $string['noautomark'] = 'Disabled';
$string['nocapabilitytotakethisattendance'] = 'You tried to change the attendance of a session with the cmid: {$a} that you do not have permission to modify.'; $string['nocapabilitytotakethisattendance'] = 'You tried to change the attendance of a session with the cmid: {$a} that you do not have permission to modify.';
$string['nodescription'] = 'Regular class session'; $string['nodescription'] = 'Regular class session';
$string['noeventstoreset'] = 'There are no calendar events that require an update.'; $string['noeventstoreset'] = 'There are no calendar events that require an update.';
$string['nogroups'] = 'You can\'t add group sessions. No groups exists in course.'; $string['nogroups'] = 'This activity has been set to use groups, but no groups exist in the course.';
$string['noguest'] = 'Guest can\'t see attendance'; $string['noguest'] = 'Guest can\'t see attendance';
$string['noofdaysabsent'] = 'No of days absent'; $string['noofdaysabsent'] = 'No of days absent';
$string['noofdaysexcused'] = 'No of days excused'; $string['noofdaysexcused'] = 'No of days excused';

Loading…
Cancel
Save