From 8b1fb16865129019e982cf7d3d127ce585a22e6a Mon Sep 17 00:00:00 2001 From: Ricky Elrod Date: Wed, 16 Jan 2013 09:47:20 -0800 Subject: [PATCH] Don't preface 'Daemons' with 'Phabricator'. Summary: It's obvious that they're Phabricator related (why else would we provide settings for them) and nothing else is prefaced. Test Plan: Looked at /config/ Reviewers: epriestley, chad, btrahan Reviewed By: epriestley CC: aran, Korvin Maniphest Tasks: T2255 Differential Revision: https://secure.phabricator.com/D4471 --- src/applications/config/option/PhabricatorPHDConfigOptions.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/applications/config/option/PhabricatorPHDConfigOptions.php b/src/applications/config/option/PhabricatorPHDConfigOptions.php index 6105f80d84..ae3f7f52b7 100644 --- a/src/applications/config/option/PhabricatorPHDConfigOptions.php +++ b/src/applications/config/option/PhabricatorPHDConfigOptions.php @@ -4,7 +4,7 @@ final class PhabricatorPHDConfigOptions extends PhabricatorApplicationConfigOptions { public function getName() { - return pht("Phabricator Daemons"); + return pht("Daemons"); } public function getDescription() {