1
0
Fork 0
mirror of https://we.phorge.it/source/phorge.git synced 2024-09-20 09:18:48 +02:00

Fix a translation

Summary: Fixes T9763.

Test Plan: Merged tasks, saw translations.

Reviewers: epriestley, #blessed_reviewers

Reviewed By: epriestley, #blessed_reviewers

Subscribers: Korvin

Maniphest Tasks: T9763

Differential Revision: https://secure.phabricator.com/D14473
This commit is contained in:
Joshua Spence 2015-11-13 07:04:48 +11:00
parent e8fdf478bb
commit a1737ef9c7
2 changed files with 4 additions and 4 deletions

View file

@ -839,9 +839,9 @@ final class ManiphestTransaction
case self::TYPE_MERGED_FROM:
return pht(
'%s merged %d task(s) %s into %s.',
'%s merged %s task(s) %s into %s.',
$this->renderHandleLink($author_phid),
count($new),
phutil_count($new),
$this->renderHandleList($new),
$this->renderHandleLink($object_phid));

View file

@ -178,14 +178,14 @@ final class PhabricatorUSEnglishTranslation
),
),
'%s merged %d task(s): %s.' => array(
'%s merged %s task(s): %s.' => array(
array(
'%s merged a task: %3$s.',
'%s merged tasks: %3$s.',
),
),
'%s merged %d task(s) %s into %s.' => array(
'%s merged %s task(s) %s into %s.' => array(
array(
'%s merged %3$s into %4$s.',
'%s merged tasks %3$s into %4$s.',