diff --git a/code/CalendarEvent.php b/code/CalendarEvent.php index e5e3dd7..f626a11 100755 --- a/code/CalendarEvent.php +++ b/code/CalendarEvent.php @@ -43,7 +43,7 @@ public function getCMSFields() { $f->addFieldToTab("Root.Main", TextField::create( "Location", - _t('Calendar.LOCATIONDESCRIPTION','The location for this event'), + _t('Calendar.LOCATIONDESCRIPTION','The location for this event') ), 'Content' );