From e8e5dc0f56900f0fa74d9733aae87b063e534452 Mon Sep 17 00:00:00 2001 From: epriestley Date: Thu, 6 Sep 2018 10:55:23 -0700 Subject: [PATCH] Make a language improvement ("inlines" -> "inline comments") Summary: See D19632. Agreed that this is more clear. Test Plan: Read carefully. Reviewers: amckinley Reviewed By: amckinley Differential Revision: https://secure.phabricator.com/D19644 --- .../differential/editor/DifferentialTransactionEditor.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/applications/differential/editor/DifferentialTransactionEditor.php b/src/applications/differential/editor/DifferentialTransactionEditor.php index dc47683875..29dac38b5a 100644 --- a/src/applications/differential/editor/DifferentialTransactionEditor.php +++ b/src/applications/differential/editor/DifferentialTransactionEditor.php @@ -896,7 +896,7 @@ final class DifferentialTransactionEditor $limit_note = null; if (count($inlines) > $limit) { $limit_note = pht( - '(Showing first %s of %s inlines.)', + '(Showing first %s of %s inline comments.)', new PhutilNumber($limit), phutil_count($inlines));