diff --git a/src/applications/maniphest/storage/ManiphestTransaction.php b/src/applications/maniphest/storage/ManiphestTransaction.php index 76ecc2cc61..568b2903b8 100644 --- a/src/applications/maniphest/storage/ManiphestTransaction.php +++ b/src/applications/maniphest/storage/ManiphestTransaction.php @@ -528,7 +528,7 @@ final class ManiphestTransaction $this->renderHandleList($added)); } else if ($removed && !$added) { return pht( - '%s removed %d project(s) to %s: %s', + '%s removed %d project(s) from %s: %s', $this->renderHandleLink($author_phid), count($removed), $this->renderHandleLink($object_phid), diff --git a/src/infrastructure/internationalization/PhabricatorBaseEnglishTranslation.php b/src/infrastructure/internationalization/PhabricatorBaseEnglishTranslation.php index 749c159626..5164e7d923 100644 --- a/src/infrastructure/internationalization/PhabricatorBaseEnglishTranslation.php +++ b/src/infrastructure/internationalization/PhabricatorBaseEnglishTranslation.php @@ -300,6 +300,23 @@ abstract class PhabricatorBaseEnglishTranslation ), ), + '%s changed project(s) of %s, added %d: %s; removed %d: %s' => + '%s changed projects of %s, added: %4$s; removed: %6$s', + + '%s added %d project(s) to %s: %s' => array( + array( + '%s added a project to %3$s: %4$s', + '%s added projects to %3$s: %4$s', + ), + ), + + '%s removed %d project(s) from %s: %s' => array( + array( + '%s removed a project from %3$s: %4$s', + '%s removed projects from %3$s: %4$s', + ), + ), + '%s edited voting user(s), added %d: %s; removed %d: %s.' => '%s edited voting users, added: %3$s; removed: %5$s',