mirror of
https://we.phorge.it/source/phorge.git
synced 2024-12-19 12:00:55 +01:00
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
This commit is contained in:
parent
15ed2b936c
commit
b521f2349e
1 changed files with 2 additions and 1 deletions
|
@ -143,7 +143,8 @@ final class PhabricatorMotivatorProfilePanel
|
||||||
pht(
|
pht(
|
||||||
'Cats will often bring you their prey because they feel sorry '.
|
'Cats will often bring you their prey because they feel sorry '.
|
||||||
'for your inability to hunt.'),
|
'for your inability to hunt.'),
|
||||||
);
|
pht('Cats spend most of their time plotting to kill their owner.'),
|
||||||
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
private function selectFact(array $facts) {
|
private function selectFact(array $facts) {
|
||||||
|
|
Loading…
Reference in a new issue