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
Wed, Oct 23, 4:02 AM (4 w, 5 h ago)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
6715452
Default Alt Text
D11544.diff (944 B)

Event Timeline