@recaptime-dev's working patches + fork for Phorge, a community fork of Phabricator. (Upstream dev and stable branches are at upstream/main and upstream/stable respectively.) hq.recaptime.dev/wiki/Phorge
phorge phabricator
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

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

+1 -1
+1 -1
src/applications/differential/editor/DifferentialTransactionEditor.php
··· 896 896 $limit_note = null; 897 897 if (count($inlines) > $limit) { 898 898 $limit_note = pht( 899 - '(Showing first %s of %s inlines.)', 899 + '(Showing first %s of %s inline comments.)', 900 900 new PhutilNumber($limit), 901 901 phutil_count($inlines)); 902 902