diff --git a/code/CalendarEvent.php b/code/CalendarEvent.php index 032d2e4..e5e3dd7 100755 --- a/code/CalendarEvent.php +++ b/code/CalendarEvent.php @@ -44,7 +44,7 @@ public function getCMSFields() { TextField::create( "Location", _t('Calendar.LOCATIONDESCRIPTION','The location for this event'), - ), 'Content') + ), 'Content' ); $dt = _t('CalendarEvent.DATESANDTIMES','Dates and Times');