From bf68ab25625a0bb893ad03ac6195f50adbd34c1a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Santoro?= Date: Sat, 11 Apr 2015 08:39:37 -0700 Subject: [PATCH] Fixed typo in PhabricatorPasteTransaction Summary: update -> updated Test Plan: read again the sentence Reviewers: #blessed_reviewers, epriestley Reviewed By: #blessed_reviewers, epriestley Subscribers: epriestley Differential Revision: https://secure.phabricator.com/D12350 --- src/applications/paste/storage/PhabricatorPasteTransaction.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/applications/paste/storage/PhabricatorPasteTransaction.php b/src/applications/paste/storage/PhabricatorPasteTransaction.php index fb991d5213..9d959e93af 100644 --- a/src/applications/paste/storage/PhabricatorPasteTransaction.php +++ b/src/applications/paste/storage/PhabricatorPasteTransaction.php @@ -120,7 +120,7 @@ final class PhabricatorPasteTransaction break; case PhabricatorPasteTransaction::TYPE_LANGUAGE: return pht( - '%s update the language for %s.', + '%s updated the language for %s.', $this->renderHandleLink($author_phid), $this->renderHandleLink($object_phid)); break;