mirror of
https://we.phorge.it/source/phorge.git
synced 2024-11-19 13:22:42 +01: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:
parent
e8fdf478bb
commit
a1737ef9c7
2 changed files with 4 additions and 4 deletions
|
@ -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));
|
||||
|
||||
|
|
|
@ -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.',
|
||||
|
|
Loading…
Reference in a new issue