Skip to content

Commit 0cb9ca5

Browse files
dasxanderepriestley
authored andcommitted
Explain reasoning behind kitty gifts
Summary: I find this fact very useful for understanding my feline companion Test Plan: Added "Motivator: Cat Facts" to the project, nothing broke Reviewers: #blessed_reviewers, epriestley Reviewed By: #blessed_reviewers, epriestley Subscribers: epriestley Differential Revision: https://secure.phabricator.com/D16374
1 parent 1dd9c37 commit 0cb9ca5

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

src/applications/search/profilepanel/PhabricatorMotivatorProfilePanel.php

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,10 @@ private function getCatFacts() {
140140
'to launch their attacks. Watch out!'),
141141
pht('Cats prefer vanilla ice cream.'),
142142
pht('Taco cat spelled backwards is taco cat.'),
143-
);
143+
pht(
144+
'Cats will often bring you their prey because they feel sorry '.
145+
'for your inability to hunt.'),
146+
);
144147
}
145148

146149
private function selectFact(array $facts) {

0 commit comments

Comments
 (0)