]> git.mxchange.org Git - friendica.git/commitdiff
Rewording label
authorAndyHee <andy@hubup.pro>
Sat, 2 Jun 2018 04:23:27 +0000 (11:23 +0700)
committerAndyHee <andy@hubup.pro>
Sat, 2 Jun 2018 04:23:27 +0000 (11:23 +0700)
src/Object/Post.php

index b47bbd69fe866556f3016785ab724d097e51d244..f26904dbc3ff66f6150d10ab18e45cecf4291b26 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') : L10n::t('Remove here');
 
                $drop = [
                        'dropping' => $dropping,