From eace05e4a51b5d6e0352058a6d02dfff7932126c Mon Sep 17 00:00:00 2001 From: epriestley Date: Sat, 24 May 2014 06:27:36 -0700 Subject: [PATCH] Change "Blocking Tasks" property list label to "Blocks" Summary: Ref T5021. This specific label is a little more clear as "Blocks". See also IRC. Test Plan: eyeballed it Reviewers: btrahan, lpriestley, hach-que Reviewed By: hach-que Subscribers: epriestley Maniphest Tasks: T5021 Differential Revision: https://secure.phabricator.com/D9279 --- .../maniphest/controller/ManiphestTaskDetailController.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/applications/maniphest/controller/ManiphestTaskDetailController.php b/src/applications/maniphest/controller/ManiphestTaskDetailController.php index 9bb4ad7604..73bf6b54c9 100644 --- a/src/applications/maniphest/controller/ManiphestTaskDetailController.php +++ b/src/applications/maniphest/controller/ManiphestTaskDetailController.php @@ -593,7 +593,7 @@ final class ManiphestTaskDetailController extends ManiphestController { $edge_types = array( PhabricatorEdgeConfig::TYPE_TASK_DEPENDED_ON_BY_TASK - => pht('Blocking Tasks'), + => pht('Blocks'), PhabricatorEdgeConfig::TYPE_TASK_DEPENDS_ON_TASK => pht('Blocked By'), PhabricatorEdgeConfig::TYPE_TASK_HAS_RELATED_DREV