Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F15409114
D17170.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
753 B
Referenced Files
None
Subscribers
None
D17170.diff
View Options
diff --git a/src/applications/differential/editor/DifferentialTransactionEditor.php b/src/applications/differential/editor/DifferentialTransactionEditor.php
--- a/src/applications/differential/editor/DifferentialTransactionEditor.php
+++ b/src/applications/differential/editor/DifferentialTransactionEditor.php
@@ -18,6 +18,14 @@
return pht('Differential Revisions');
}
+ public function getCreateObjectTitle($author, $object) {
+ return pht('%s created this revision.', $author);
+ }
+
+ public function getCreateObjectTitleForFeed($author, $object) {
+ return pht('%s created %s.', $author, $object);
+ }
+
public function getDiffUpdateTransaction(array $xactions) {
$type_update = DifferentialTransaction::TYPE_UPDATE;
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Thu, Mar 20, 3:20 AM (2 w, 2 d ago)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
7685129
Default Alt Text
D17170.diff (753 B)
Attached To
Mode
D17170: Provide tailored strings for revision creation
Attached
Detach File
Event Timeline
Log In to Comment