3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -407,10 +407,10 @@ private function buildCurtain(
407
407
408
408
$ submenu_actions = array (
409
409
$ subtask_item ,
410
- $ blocker_item ,
411
410
ManiphestTaskHasParentRelationship::RELATIONSHIPKEY ,
412
- ManiphestTaskHasBlockedRelationship::RELATIONSHIPKEY ,
413
411
ManiphestTaskHasSubtaskRelationship::RELATIONSHIPKEY ,
412
+ $ blocker_item ,
413
+ ManiphestTaskHasBlockedRelationship::RELATIONSHIPKEY ,
414
414
ManiphestTaskHasBlockerRelationship::RELATIONSHIPKEY ,
415
415
ManiphestTaskMergeInRelationship::RELATIONSHIPKEY ,
416
416
ManiphestTaskCloseAsDuplicateRelationship::RELATIONSHIPKEY ,
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ public function getEdgeConstant() {
10
10
}
11
11
12
12
protected function getActionName () {
13
- return pht ('Edit Blocked Tasks ' );
13
+ return pht ('It blocks.. (Edit) ' );
14
14
}
15
15
16
16
protected function getActionIcon () {
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ public function getEdgeConstant() {
10
10
}
11
11
12
12
protected function getActionName () {
13
- return pht ('Edit Blockers ' );
13
+ return pht ('Blocked by.. (Edit) ' );
14
14
}
15
15
16
16
protected function getActionIcon () {
0 commit comments