From 758dfe6c9829ffbf6f4a034c8c77a93ae64fc8d3 Mon Sep 17 00:00:00 2001 From: cburroughs Date: Thu, 16 Oct 2014 07:41:59 -0700 Subject: [PATCH] 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 --- .../daemon/bot/handler/PhabricatorBotObjectNameHandler.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/infrastructure/daemon/bot/handler/PhabricatorBotObjectNameHandler.php b/src/infrastructure/daemon/bot/handler/PhabricatorBotObjectNameHandler.php index a5766fde93..003e2fe7b2 100644 --- a/src/infrastructure/daemon/bot/handler/PhabricatorBotObjectNameHandler.php +++ b/src/infrastructure/daemon/bot/handler/PhabricatorBotObjectNameHandler.php @@ -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; } }