Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F15422515
D13913.id.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
1 KB
Referenced Files
None
Subscribers
None
D13913.id.diff
View Options
diff --git a/src/applications/transactions/storage/PhabricatorApplicationTransaction.php b/src/applications/transactions/storage/PhabricatorApplicationTransaction.php
--- a/src/applications/transactions/storage/PhabricatorApplicationTransaction.php
+++ b/src/applications/transactions/storage/PhabricatorApplicationTransaction.php
@@ -642,23 +642,20 @@
$this->renderHandleLink($author_phid));
case PhabricatorTransactions::TYPE_VIEW_POLICY:
return pht(
- '%s changed the visibility of this %s from "%s" to "%s".',
+ '%s changed the visibility from "%s" to "%s".',
$this->renderHandleLink($author_phid),
- $this->getApplicationObjectTypeName(),
$this->renderPolicyName($old, 'old'),
$this->renderPolicyName($new, 'new'));
case PhabricatorTransactions::TYPE_EDIT_POLICY:
return pht(
- '%s changed the edit policy of this %s from "%s" to "%s".',
+ '%s changed the edit policy from "%s" to "%s".',
$this->renderHandleLink($author_phid),
- $this->getApplicationObjectTypeName(),
$this->renderPolicyName($old, 'old'),
$this->renderPolicyName($new, 'new'));
case PhabricatorTransactions::TYPE_JOIN_POLICY:
return pht(
- '%s changed the join policy of this %s from "%s" to "%s".',
+ '%s changed the join policy from "%s" to "%s".',
$this->renderHandleLink($author_phid),
- $this->getApplicationObjectTypeName(),
$this->renderPolicyName($old, 'old'),
$this->renderPolicyName($new, 'new'));
case PhabricatorTransactions::TYPE_SPACE:
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sun, Mar 23, 9:05 AM (2 d, 13 h ago)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
7709856
Default Alt Text
D13913.id.diff (1 KB)
Attached To
Mode
D13913: Simplify some transaction translations
Attached
Detach File
Event Timeline
Log In to Comment