From: Dan Marsden Date: Fri, 28 Jul 2017 03:08:52 +0000 (+1200) Subject: Improve use of triggered string. is really first notified. X-Git-Url: https://git.cameron1729.xyz/?a=commitdiff_plain;h=7bafb5ad114af7a331848415987aa02178d7a3ac;p=moodle-mod_attendance.git Improve use of triggered string. is really first notified. --- diff --git a/lang/en/attendance.php b/lang/en/attendance.php index 9f0391d..93da957 100644 --- a/lang/en/attendance.php +++ b/lang/en/attendance.php @@ -444,7 +444,7 @@ $string['thiscourse'] = 'This course'; $string['time'] = 'Time'; $string['timeahead'] = 'Multiple sessions that exceed one year cannot be created, please adjust the start and end dates.'; $string['to'] = 'to:'; -$string['triggered'] = 'First triggered'; +$string['triggered'] = 'First notified'; $string['tuseremail'] = 'Email'; $string['tusername'] = 'Full name'; $string['unknowngroup'] = 'Unknown group';