From f37b315decf548a9f0e81b822e9cfa3fbf6cdb14 Mon Sep 17 00:00:00 2001 From: epriestley Date: Tue, 13 Aug 2013 08:33:56 -0700 Subject: [PATCH] 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 --- .../config/option/PhabricatorMetaMTAConfigOptions.php | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/applications/config/option/PhabricatorMetaMTAConfigOptions.php b/src/applications/config/option/PhabricatorMetaMTAConfigOptions.php index 8adf8610d1..c39272edee 100644 --- a/src/applications/config/option/PhabricatorMetaMTAConfigOptions.php +++ b/src/applications/config/option/PhabricatorMetaMTAConfigOptions.php @@ -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(