1
0
Fork 0
mirror of https://we.phorge.it/source/phorge.git synced 2024-12-19 12:00:55 +01:00

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
This commit is contained in:
Sébastien Santoro 2015-04-11 08:39:37 -07:00 committed by epriestley
parent 238381a623
commit bf68ab2562

View file

@ -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;