diff --git a/src/applications/badges/xaction/PhabricatorBadgesBadgeQualityTransaction.php b/src/applications/badges/xaction/PhabricatorBadgesBadgeQualityTransaction.php index de060c17e7..fc1bf014c0 100644 --- a/src/applications/badges/xaction/PhabricatorBadgesBadgeQualityTransaction.php +++ b/src/applications/badges/xaction/PhabricatorBadgesBadgeQualityTransaction.php @@ -37,11 +37,11 @@ final class PhabricatorBadgesBadgeQualityTransaction $new = $this->getQualityLabel($this->getNewValue()); return pht( - '%s updated %s quality from %s to %s.', + '%s updated the quality of %s from %s to %s.', $this->renderAuthor(), $this->renderObject(), - $new, - $old); + $old, + $new); } public function validateTransactions($object, array $xactions) {