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:
parent
3dd92a78ac
commit
758dfe6c98
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue