mirror of
https://we.phorge.it/source/phorge.git
synced 2024-11-10 08:52:39 +01:00
Correct switched-around configuration descriptions for metamta.herald.show-hints and metamta.reply.show-hints
Summary: Fixes T3710. The text on these options is switched around. Test Plan: {F54051} {F54052} Reviewers: btrahan, nmalcolm, chad Reviewed By: chad CC: aran Maniphest Tasks: T3710 Differential Revision: https://secure.phabricator.com/D6737
This commit is contained in:
parent
65b875d29d
commit
f37b315dec
1 changed files with 4 additions and 4 deletions
|
@ -248,16 +248,16 @@ EODOC
|
|||
pht("Show Reply Handler Hints"),
|
||||
pht("No Reply Handler Hints"),
|
||||
))
|
||||
->setSummary(pht('Show hints about Herald rules in email.'))
|
||||
->setDescription($herald_hints_description),
|
||||
->setSummary(pht('Show hints about reply handler actions in email.'))
|
||||
->setDescription($reply_hints_description),
|
||||
$this->newOption('metamta.herald.show-hints', 'bool', true)
|
||||
->setBoolOptions(
|
||||
array(
|
||||
pht("Show Herald Hints"),
|
||||
pht("No Herald Hints"),
|
||||
))
|
||||
->setSummary(pht('Show hints about reply handler actions in email.'))
|
||||
->setDescription($reply_hints_description),
|
||||
->setSummary(pht('Show hints about Herald rules in email.'))
|
||||
->setDescription($herald_hints_description),
|
||||
$this->newOption('metamta.recipients.show-hints', 'bool', true)
|
||||
->setBoolOptions(
|
||||
array(
|
||||
|
|
Loading…
Reference in a new issue