mirror of
https://we.phorge.it/source/phorge.git
synced 2024-11-10 08:52:39 +01:00
Fix wording of "differential.sticky-accept"
Summary: See <http://fab.wmflabs.org/T226>. The summary for this option is confusing, because "true" means sticky but the wording implies "true" means non-sticky. Test Plan: - Looked at the option in summary view. - Reviewed related text, none of the other copy here seems confusing or ambiugous to me. Reviewers: btrahan, chad Reviewed By: chad Subscribers: qgil, epriestley Differential Revision: https://secure.phabricator.com/D8884
This commit is contained in:
parent
17709bc167
commit
bf6bda6ef4
1 changed files with 1 additions and 1 deletions
|
@ -124,7 +124,7 @@ final class PhabricatorDifferentialConfigOptions
|
|||
pht("Accepts are reset by updates"),
|
||||
))
|
||||
->setSummary(
|
||||
pht("Should updating an accepted revision require re-review?"))
|
||||
pht('Should "Accepted" revisions remain "Accepted" after updates?'))
|
||||
->setDescription(
|
||||
pht(
|
||||
'Normally, when revisions that have been "Accepted" are updated, '.
|
||||
|
|
Loading…
Reference in a new issue