Skip to content

Commit 614dcbb

Browse files
author
epriestley
committed
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
1 parent 0c85a8d commit 614dcbb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/applications/differential/config/PhabricatorDifferentialConfigOptions.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -252,8 +252,8 @@ public function getOptions() {
252252
false)
253253
->setBoolOptions(
254254
array(
255-
pht("Do not show context"),
256255
pht("Show context"),
256+
pht("Do not show context"),
257257
))
258258
->setSummary(pht("Show diff context around inline comments in email."))
259259
->setDescription(

0 commit comments

Comments
 (0)