Merge pull request #5159 from AndyHee/patch1

Rewording label
This commit is contained in:
Tobias Diekershoff
2018-06-02 07:54:12 +02:00
committed by GitHub

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.
$delete = $origin ? L10n::t('Delete') : L10n::t('Remove from your stream');
$delete = $origin ? L10n::t('Delete globally') : L10n::t('Remove locally');
$drop = [
'dropping' => $dropping,