Improved distinction between delete and remove

This commit is contained in:
Andy H 2018-06-02 12:40:41 +07:00
parent a75d28e521
commit 2b25bd48d4
1 changed files with 1 additions and 1 deletions

View File

@ -184,7 +184,7 @@ class Post extends BaseObject
} }
// Showing the one or the other text, depending upon if we can only hide it or really delete it. // Showing the one or the other text, depending upon if we can only hide it or really delete it.
$delete = $origin ? L10n::t('Delete') : L10n::t('Remove here'); $delete = $origin ? L10n::t('Delete globally') : L10n::t('Remove locally');
$drop = [ $drop = [
'dropping' => $dropping, 'dropping' => $dropping,