Page MenuHomePhabricator

D12180.id29275.diff
No OneTemporary

D12180.id29275.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
@@ -902,8 +902,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
Wed, Mar 5, 12:59 AM (1 d, 13 h ago)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
7223242
Default Alt Text
D12180.id29275.diff (785 B)

Event Timeline