Skip to content

Commit

Permalink
Merge pull request #78 from quamsta/patch-1
Browse files Browse the repository at this point in the history
removed extra comma (syntax error)
unclecheese committed May 21, 2015
2 parents 973125e + f32a600 commit 4cb65b0
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
@@ -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'
);

0 comments on commit 4cb65b0

Please sign in to comment.