mirror of
https://we.phorge.it/source/phorge.git
synced 2024-11-27 01:02:42 +01:00
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:
parent
0c85a8de87
commit
614dcbb2d9
1 changed files with 1 additions and 1 deletions
|
@ -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(
|
||||
|
|
Loading…
Reference in a new issue