]> git.mxchange.org Git - friendica.git/commitdiff
Improved distinction between delete and remove
authorAndyHee <andy@hubup.pro>
Sat, 2 Jun 2018 05:40:41 +0000 (12:40 +0700)
committerAndyHee <andy@hubup.pro>
Sat, 2 Jun 2018 05:40:41 +0000 (12:40 +0700)
src/Object/Post.php

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