Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F15282641
D12180.id29275.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
785 B
Referenced Files
None
Subscribers
None
D12180.id29275.diff
View Options
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
Details
Attached
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)
Attached To
Mode
D12180: Fix a translation string
Attached
Detach File
Event Timeline
Log In to Comment