From ed3c5f91e96d51dba4b40b0195ba2e23db2d6a7b Mon Sep 17 00:00:00 2001 From: Joshua Spence Date: Tue, 7 Apr 2015 07:24:02 +1000 Subject: [PATCH] Mark ChatLog as deprecated Summary: Ref T6875. #chatlog is deprecated and will eventually be merged into #conpherence. Test Plan: N/A Reviewers: epriestley, #blessed_reviewers Reviewed By: epriestley, #blessed_reviewers Subscribers: cburroughs, epriestley Maniphest Tasks: T6875 Differential Revision: https://secure.phabricator.com/D12097 --- .../chatlog/application/PhabricatorChatLogApplication.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/applications/chatlog/application/PhabricatorChatLogApplication.php b/src/applications/chatlog/application/PhabricatorChatLogApplication.php index 74d6d8b645..b2023ce07c 100644 --- a/src/applications/chatlog/application/PhabricatorChatLogApplication.php +++ b/src/applications/chatlog/application/PhabricatorChatLogApplication.php @@ -11,7 +11,7 @@ final class PhabricatorChatLogApplication extends PhabricatorApplication { } public function getShortDescription() { - return pht('IRC Logs'); + return pht('(Deprecated)'); } public function getFontIcon() {