Page MenuHomePhabricator

D12180.id29276.diff
No OneTemporary

D12180.id29276.diff

diff --git a/src/applications/diffusion/controller/DiffusionCommitController.php b/src/applications/diffusion/controller/DiffusionCommitController.php
--- a/src/applications/diffusion/controller/DiffusionCommitController.php
+++ b/src/applications/diffusion/controller/DiffusionCommitController.php
@@ -900,8 +900,10 @@
$caption = new PHUIInfoView();
$caption->setSeverity(PHUIInfoView::SEVERITY_NOTICE);
$caption->appendChild(
- pht('This commit merges more than %d changes. Only the first '.
- '%d are shown.', $limit));
+ pht(
+ 'This commit merges a very large number of changes. Only the first '.
+ '%s are shown.',
+ new PhutilNumber($limit)));
}
$history_table = new DiffusionHistoryTableView();

File Metadata

Mime Type
text/plain
Expires
Sun, Mar 30, 3:02 PM (1 w, 2 d ago)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
7709579
Default Alt Text
D12180.id29276.diff (785 B)

Event Timeline