From b521f2349e46888514ce55d06ace1d8c5fa6df03 Mon Sep 17 00:00:00 2001 From: Josh Cox Date: Mon, 22 Aug 2016 14:35:08 -0500 Subject: [PATCH] Explain how cats use their time Summary: Added a brand new shiny cat fact Test Plan: Pulled up a project with motivator installed and nothing broke Reviewers: epriestley, #blessed_reviewers Reviewed By: epriestley, #blessed_reviewers Subscribers: Korvin, epriestley Differential Revision: https://secure.phabricator.com/D16430 --- .../search/profilepanel/PhabricatorMotivatorProfilePanel.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/applications/search/profilepanel/PhabricatorMotivatorProfilePanel.php b/src/applications/search/profilepanel/PhabricatorMotivatorProfilePanel.php index 327290deba..5a645039ec 100644 --- a/src/applications/search/profilepanel/PhabricatorMotivatorProfilePanel.php +++ b/src/applications/search/profilepanel/PhabricatorMotivatorProfilePanel.php @@ -143,7 +143,8 @@ final class PhabricatorMotivatorProfilePanel pht( 'Cats will often bring you their prey because they feel sorry '. 'for your inability to hunt.'), - ); + pht('Cats spend most of their time plotting to kill their owner.'), + ); } private function selectFact(array $facts) {