Page MenuHomePhabricator

D7340.diff

diff --git a/src/applications/maniphest/storage/ManiphestTransaction.php b/src/applications/maniphest/storage/ManiphestTransaction.php
--- a/src/applications/maniphest/storage/ManiphestTransaction.php
+++ b/src/applications/maniphest/storage/ManiphestTransaction.php
@@ -528,7 +528,7 @@
$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
--- a/src/infrastructure/internationalization/PhabricatorBaseEnglishTranslation.php
+++ b/src/infrastructure/internationalization/PhabricatorBaseEnglishTranslation.php
@@ -300,6 +300,23 @@
),
),
+ '%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',

File Metadata

Mime Type
text/x-diff
Storage Engine
amazon-s3
Storage Format
Raw Data
Storage Handle
phabricator/hw/4m/dc7yh55i5sgww4yh
Default Alt Text
D7340.diff (1 KB)

Event Timeline