1
0
Fork 0
mirror of https://we.phorge.it/source/phorge.git synced 2024-12-19 03:50:54 +01:00

s/Debate Paste Accuracy/Eat Paste/

Summary: Don't get me wrong, "Debate Paste Accuracy" is witty, but we can aspire to better.

Test Plan: Consume glue, obviously.

Reviewers: epriestley, #blessed_reviewers

Reviewed By: epriestley, #blessed_reviewers

Subscribers: epriestley, chrisbolt, Korvin

Differential Revision: https://secure.phabricator.com/D9106
This commit is contained in:
Lex 2014-05-13 12:19:42 -07:00 committed by epriestley
parent 38f5894b58
commit cff721c657

View file

@ -116,7 +116,7 @@ final class PhabricatorPasteViewController extends PhabricatorPasteController {
$add_comment_header = $is_serious
? pht('Add Comment')
: pht('Debate Paste Accuracy');
: pht('Eat Paste');
$draft = PhabricatorDraft::newFromUserAndKey($user, $paste->getPHID());