From 48f2730110eff5803c1b91f4064031a0c121e9e8 Mon Sep 17 00:00:00 2001 From: vrana Date: Tue, 6 Mar 2012 11:48:01 -0800 Subject: [PATCH] Change inline edit comment confirm button caption to Ready Summary: Caption Submit is quite confusing because it doesn't actually make the data visible to other users. Especially when comment confirm button is also called Submit in serious mode. Test Plan: Add inline comment. Reviewers: epriestley Reviewed By: epriestley CC: aran, epriestley Differential Revision: https://secure.phabricator.com/D1796 --- .../inlinecommentedit/DifferentialInlineCommentEditView.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/applications/differential/view/inlinecommentedit/DifferentialInlineCommentEditView.php b/src/applications/differential/view/inlinecommentedit/DifferentialInlineCommentEditView.php index 3b96e2b4b7..87e016a75c 100644 --- a/src/applications/differential/view/inlinecommentedit/DifferentialInlineCommentEditView.php +++ b/src/applications/differential/view/inlinecommentedit/DifferentialInlineCommentEditView.php @@ -97,7 +97,7 @@ final class DifferentialInlineCommentEditView extends AphrontView { private function renderBody() { $buttons = array(); - $buttons[] = ''; + $buttons[] = ''; $buttons[] = javelin_render_tag( 'button', array(