From a019f1651870a7848d5cf7c1a6525567f7916917 Mon Sep 17 00:00:00 2001 From: cburroughs Date: Tue, 2 Feb 2016 14:37:12 +0000 Subject: [PATCH] increase team productivity with feline facts Summary: {F1087124} Test Plan: https://en.wikipedia.org/wiki/Cat Reviewers: #blessed_reviewers, epriestley Reviewed By: #blessed_reviewers, epriestley Subscribers: epriestley Differential Revision: https://secure.phabricator.com/D15162 --- .../profilepanel/PhabricatorMotivatorProfilePanel.php | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/src/applications/search/profilepanel/PhabricatorMotivatorProfilePanel.php b/src/applications/search/profilepanel/PhabricatorMotivatorProfilePanel.php index 3537520903..34c767e99c 100644 --- a/src/applications/search/profilepanel/PhabricatorMotivatorProfilePanel.php +++ b/src/applications/search/profilepanel/PhabricatorMotivatorProfilePanel.php @@ -131,6 +131,15 @@ final class PhabricatorMotivatorProfilePanel pht( 'The Japanese word for cat is "kome", which is also the word for '. 'rice. Japanese cats love to eat rice, so the two are synonymous.'), + pht('Cats have five pointy ends.'), + pht('cat -A can find mice hiding in files.'), + pht('A cat\'s visual, olfactory, and auditory senses, '. + 'Contribute to their hunting skills and natural defenses.'), + pht( + 'Cats with high self-esteem seek out high perches '. + 'to launch their attacks. Watch out!'), + pht('Cats prefer vanilla ice cream.'), + pht('Taco cat spelled backwards is taco cat.'), ); }