From: AndyHee Date: Sat, 2 Jun 2018 05:40:41 +0000 (+0700) Subject: Improved distinction between delete and remove X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=2b25bd48d43117bb95ec77790f06aa61e61496e7;p=friendica.git Improved distinction between delete and remove --- diff --git a/src/Object/Post.php b/src/Object/Post.php index f26904dbc3..157f44473d 100644 --- a/src/Object/Post.php +++ b/src/Object/Post.php @@ -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 here'); + $delete = $origin ? L10n::t('Delete globally') : L10n::t('Remove locally'); $drop = [ 'dropping' => $dropping,