mirror of
https://github.com/moodle/moodle.git
synced 2025-08-06 01:16:44 +02:00
MDL-46127 core_calendar: Removed tables when rendering a single event
This commit is contained in:
parent
d07b0302a9
commit
11edf09c61
6 changed files with 82 additions and 77 deletions
|
@ -39,7 +39,7 @@ $string['collastupdated'] = 'Last updated';
|
|||
$string['colpoll'] = 'Update';
|
||||
$string['colactions'] = 'Actions';
|
||||
$string['commontasks'] = 'Options';
|
||||
$string['confirmeventdelete'] = 'Are you sure you want to delete this event?';
|
||||
$string['confirmeventdelete'] = 'Are you sure you want to delete the "{$a}" event?';
|
||||
$string['course'] = 'Course';
|
||||
$string['courseevent'] = 'Course event';
|
||||
$string['courseevents'] = 'Course events';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue