Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F14375166
D11544.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
944 B
Referenced Files
None
Subscribers
None
D11544.diff
View Options
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
Details
Attached
Mime Type
text/plain
Expires
Sat, Dec 21, 10:00 PM (16 h, 56 m)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
6914392
Default Alt Text
D11544.diff (944 B)
Attached To
Mode
D11544: Make grammar more consistent
Attached
Detach File
Event Timeline
Log In to Comment