1
0
Fork 0
mirror of https://we.phorge.it/source/phorge.git synced 2024-11-22 23:02:42 +01:00

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
This commit is contained in:
epriestley 2018-09-06 10:55:23 -07:00
parent ef26b06ca8
commit e8e5dc0f56

View file

@ -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));