From a77127ab63bf17bbaae328874ea035c409bdcc26 Mon Sep 17 00:00:00 2001 From: Bob Trahan Date: Wed, 18 Feb 2015 15:44:54 -0800 Subject: [PATCH] Projects - fix translation strings in watcher edge class Summary: Fixes T7319. These need a "%s" for the count where they had a "%d" Test Plan: plan in D11812 is no longer a lie! (watcher added / removed strings render correctly) Reviewers: epriestley Reviewed By: epriestley Subscribers: Korvin, epriestley Maniphest Tasks: T7319 Differential Revision: https://secure.phabricator.com/D11813 --- .../translation/PhabricatorUSEnglishTranslation.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/infrastructure/internationalization/translation/PhabricatorUSEnglishTranslation.php b/src/infrastructure/internationalization/translation/PhabricatorUSEnglishTranslation.php index 2a0d574833..2a8ad75765 100644 --- a/src/infrastructure/internationalization/translation/PhabricatorUSEnglishTranslation.php +++ b/src/infrastructure/internationalization/translation/PhabricatorUSEnglishTranslation.php @@ -412,17 +412,17 @@ final class PhabricatorUSEnglishTranslation ), ), - '%s edited watcher(s), added %d: %s; removed %d: %s.' => + '%s edited watcher(s), added %s: %s; removed %d: %s.' => '%s edited watchers, added: %3$s; removed: %5$s.', - '%s added %d watcher(s): %s.' => array( + '%s added %s watcher(s): %s.' => array( array( '%s added a watcher: %3$s.', '%s added watchers: %3$s.', ), ), - '%s removed %d watcher(s): %s.' => array( + '%s removed %s watcher(s): %s.' => array( array( '%s removed a watcher: %3$s.', '%s removed watchers: %3$s.',