From 614dcbb2d92f6497e060ef86da2f43b8a895778d Mon Sep 17 00:00:00 2001 From: epriestley Date: Fri, 26 Apr 2013 06:19:07 -0700 Subject: [PATCH] Flip strings for 'metamta.differential.unified-comment-context' config Summary: These should be in (true, false) order, not (false, true) order. This was a transcritpion error in porting the config over. Test Plan: Edited config from the web, verified the labels matched the underlying values. Reviewers: tberman, btrahan Reviewed By: tberman CC: aran Differential Revision: https://secure.phabricator.com/D5786 --- .../config/PhabricatorDifferentialConfigOptions.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/applications/differential/config/PhabricatorDifferentialConfigOptions.php b/src/applications/differential/config/PhabricatorDifferentialConfigOptions.php index f16bfbfc98..4d3d9cc327 100644 --- a/src/applications/differential/config/PhabricatorDifferentialConfigOptions.php +++ b/src/applications/differential/config/PhabricatorDifferentialConfigOptions.php @@ -252,8 +252,8 @@ final class PhabricatorDifferentialConfigOptions false) ->setBoolOptions( array( - pht("Do not show context"), pht("Show context"), + pht("Do not show context"), )) ->setSummary(pht("Show diff context around inline comments in email.")) ->setDescription(