mirror of
https://github.com/moodle/moodle.git
synced 2025-08-07 01:46:45 +02:00
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:
parent
f4a2d69631
commit
390098fa64
3 changed files with 26 additions and 1 deletions
|
@ -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';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue