Page MenuHomePhabricator

D11544.diff
No OneTemporary

D11544.diff

diff --git a/src/applications/differential/storage/DifferentialTransaction.php b/src/applications/differential/storage/DifferentialTransaction.php
--- a/src/applications/differential/storage/DifferentialTransaction.php
+++ b/src/applications/differential/storage/DifferentialTransaction.php
@@ -393,14 +393,14 @@
if ($committer_name && ($committer_name != $author_name)) {
return pht(
- '%s closed %s by commit %s (authored by %s).',
+ '%s closed %s by committing %s (authored by %s).',
$author_link,
$object_link,
$commit_name,
$author_name);
} else {
return pht(
- '%s closed %s by commit %s.',
+ '%s closed %s by committing %s.',
$author_link,
$object_link,
$commit_name);

File Metadata

Mime Type
text/plain
Expires
Sat, May 18, 8:01 AM (2 w, 2 h ago)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
6300044
Default Alt Text
D11544.diff (944 B)

Event Timeline