MDL-1322 calendar: Add course short name in calendar event

* Add the course's short name for a course event in order to let the
user know immediately which course an event belongs to. Particularly
helpful for activity events.
This commit is contained in:
Jun Pataleta 2017-06-23 14:11:49 +08:00
parent f4a2d69631
commit 390098fa64
3 changed files with 26 additions and 1 deletions

View file

@ -93,6 +93,7 @@ $string['eventendtime'] = 'End time';
$string['eventinstanttime'] = 'Time';
$string['eventkind'] = 'Type of event';
$string['eventname'] = 'Event title';
$string['eventnameandcourse'] = '{$a->course}: {$a->name}';
$string['eventnone'] = 'No events';
$string['eventrepeat'] = 'Repeats';
$string['eventsall'] = 'All events';