dont delete but remove from your stream

This commit is contained in:
Tobias Diekershoff 2018-05-13 11:10:34 +02:00
parent ec626fb76c
commit 17dda0fc43
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);