Skip to content

Commit

Permalink
removed extra comma (syntax error)
Browse files Browse the repository at this point in the history
  • Loading branch information
quamsta committed May 21, 2015
1 parent 973125e commit f32a600
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/CalendarEvent.php
Original file line number Diff line number Diff line change
Expand Up @@ -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'
);

Expand Down

0 comments on commit f32a600

Please sign in to comment.