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

(stable) Promote 2018 Week 3

This commit is contained in:
epriestley 2018-01-19 12:37:58 -08:00
commit 73439dad9d

View file

@ -37,11 +37,11 @@ final class PhabricatorBadgesBadgeQualityTransaction
$new = $this->getQualityLabel($this->getNewValue()); $new = $this->getQualityLabel($this->getNewValue());
return pht( return pht(
'%s updated %s quality from %s to %s.', '%s updated the quality of %s from %s to %s.',
$this->renderAuthor(), $this->renderAuthor(),
$this->renderObject(), $this->renderObject(),
$new, $old,
$old); $new);
} }
public function validateTransactions($object, array $xactions) { public function validateTransactions($object, array $xactions) {