1
0
Fork 0
mirror of https://we.phorge.it/source/phorge.git synced 2024-11-10 00:42:41 +01:00

Improve Accuracy of Robot Mating Sounds made by chatbot

Summary: 99% sure this is a typo and that's supported by the number of google results

Test Plan: http://www.youtube.com/watch?v=zb38Kp9QlOM

Reviewers: chad, #blessed_reviewers

Reviewed By: chad, #blessed_reviewers

Subscribers: epriestley

Differential Revision: https://secure.phabricator.com/D10710
This commit is contained in:
cburroughs 2014-10-16 07:41:59 -07:00 committed by epriestley
parent 3dd92a78ac
commit 758dfe6c98

View file

@ -35,7 +35,7 @@ final class PhabricatorBotObjectNameHandler extends PhabricatorBotHandler {
foreach ($matches as $match) {
switch ($match[1]) {
case 'R2D2':
$output[$match[1]] = pht('beep hoop bop');
$output[$match[1]] = pht('beep boop bop');
break;
}
}