diff --git a/src/applications/calendar/xaction/PhabricatorCalendarEventAllDayTransaction.php b/src/applications/calendar/xaction/PhabricatorCalendarEventAllDayTransaction.php --- a/src/applications/calendar/xaction/PhabricatorCalendarEventAllDayTransaction.php +++ b/src/applications/calendar/xaction/PhabricatorCalendarEventAllDayTransaction.php @@ -24,7 +24,7 @@ $this->renderAuthor()); } else { return pht( - '%s conveted this from an all day event.', + '%s converted this from an all day event.', $this->renderAuthor()); } }