]> git.mxchange.org Git - friendica.git/commitdiff
Merge pull request #5159 from AndyHee/patch1
authorTobias Diekershoff <tobias.diekershoff@gmx.net>
Sat, 2 Jun 2018 05:54:12 +0000 (07:54 +0200)
committerGitHub <noreply@github.com>
Sat, 2 Jun 2018 05:54:12 +0000 (07:54 +0200)
Rewording label

src/Object/Post.php

index b47bbd69fe866556f3016785ab724d097e51d244..157f44473dd0ff0b995dca343186476884bd0c59 100644 (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,