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
This commit is contained in:
@@ -252,8 +252,8 @@ final class PhabricatorDifferentialConfigOptions
|
|||||||
false)
|
false)
|
||||||
->setBoolOptions(
|
->setBoolOptions(
|
||||||
array(
|
array(
|
||||||
pht("Do not show context"),
|
|
||||||
pht("Show context"),
|
pht("Show context"),
|
||||||
|
pht("Do not show context"),
|
||||||
))
|
))
|
||||||
->setSummary(pht("Show diff context around inline comments in email."))
|
->setSummary(pht("Show diff context around inline comments in email."))
|
||||||
->setDescription(
|
->setDescription(
|
||||||
|
|||||||
Reference in New Issue
Block a user