From f32a600749d4da802eeb59ca0955f8998d621410 Mon Sep 17 00:00:00 2001 From: Dustin Quam Date: Thu, 21 May 2015 11:13:21 -0500 Subject: [PATCH] removed extra comma (syntax error) --- code/CalendarEvent.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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' );