1
0
Fork 0
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:
epriestley 2013-04-26 06:19:07 -07:00
parent 0c85a8de87
commit 614dcbb2d9

View file

@ -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(