From 0eb5a80e7b689fa9261e3b6ee7640664bfe14a5f Mon Sep 17 00:00:00 2001 From: Luke081515 Date: Fri, 2 Sep 2016 06:18:17 -0700 Subject: [PATCH] Fix typo at calendar transaction Summary: * Fixed conveted => converted Ref T11576 Test Plan: * Looked at a page, where somebody converted an AllDay Event to a normal one Reviewers: #blessed_reviewers, epriestley Reviewed By: #blessed_reviewers, epriestley Subscribers: epriestley Tags: #calendar Maniphest Tasks: T11576 Differential Revision: https://secure.phabricator.com/D16488 --- .../xaction/PhabricatorCalendarEventAllDayTransaction.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/applications/calendar/xaction/PhabricatorCalendarEventAllDayTransaction.php b/src/applications/calendar/xaction/PhabricatorCalendarEventAllDayTransaction.php index 1fe9320d6f..1bcad16adf 100644 --- a/src/applications/calendar/xaction/PhabricatorCalendarEventAllDayTransaction.php +++ b/src/applications/calendar/xaction/PhabricatorCalendarEventAllDayTransaction.php @@ -24,7 +24,7 @@ final class PhabricatorCalendarEventAllDayTransaction $this->renderAuthor()); } else { return pht( - '%s conveted this from an all day event.', + '%s converted this from an all day event.', $this->renderAuthor()); } }