Merge pull request #5038 from tobiasd/20180519-3834

dont delete but remove from your stream
This commit is contained in:
Michael Vogel 2018-05-13 22:24:59 +02:00 committed by GitHub
commit 24ef818d0d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -176,7 +176,7 @@ class Post extends BaseObject
'dropping' => $dropping,
'pagedrop' => ((Feature::isEnabled($conv->getProfileOwner(), 'multi_delete')) ? $item['pagedrop'] : ''),
'select' => L10n::t('Select'),
'delete' => L10n::t('Delete'),
'delete' => L10n::t('Remove from your stream'),
];
$filer = (($conv->getProfileOwner() == local_user() && ($item['uid'] != 0)) ? L10n::t("save to folder") : false);