From 31dda42903058c66fad1e50e1286f5f20bcc663a Mon Sep 17 00:00:00 2001 From: tuomaspelkonen Date: Tue, 29 Mar 2011 16:02:46 -0700 Subject: [PATCH] Changed 'Comment' to 'Clowncopterize' in Differential Summary: Back to the authentic roots. Test Plan: Verified that the button had the correct text in the UI. Reviewed By: epriestley Reviewers: epriestley CC: epriestley Differential Revision: 86 --- .../differential/view/addcomment/DifferentialAddCommentView.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/applications/differential/view/addcomment/DifferentialAddCommentView.php b/src/applications/differential/view/addcomment/DifferentialAddCommentView.php index 01d8806528..c83b2963da 100644 --- a/src/applications/differential/view/addcomment/DifferentialAddCommentView.php +++ b/src/applications/differential/view/addcomment/DifferentialAddCommentView.php @@ -85,7 +85,7 @@ final class DifferentialAddCommentView extends AphrontView { ->setValue($this->draft)) ->appendChild( id(new AphrontFormSubmitControl()) - ->setValue('Comment')); + ->setValue('Clowncopterize')); Javelin::initBehavior( 'differential-add-reviewers',