]> git.mxchange.org Git - friendica.git/commitdiff
Changed "reshared" description
authorMichael <heluecht@pirati.ca>
Sun, 23 Aug 2020 14:07:17 +0000 (14:07 +0000)
committerMichael <heluecht@pirati.ca>
Sun, 23 Aug 2020 14:07:17 +0000 (14:07 +0000)
include/conversation.php

index 01139a2cb9d928400ec9e8ca48638a0054fff9fd..3d1aeddab93c259f9b57eda44c399e3579dc2661 100644 (file)
@@ -715,7 +715,7 @@ function conversation_fetch_comments($thread_items, $pinned) {
        while ($row = Item::fetch($thread_items)) {
                if (($row['verb'] == Activity::ANNOUNCE) && ($row['thr-parent'] == $row['parent-uri'])
                        && Contact::isSharing($row['author-id'], $row['uid'])) {
-                       $direction = ['direction' => 3, 'title' => DI::l10n()->t('Reshared')];
+                       $direction = ['direction' => 3, 'title' => DI::l10n()->t('%s reshared this.', $row['author-name'])];
                }
 
                if (($row['gravity'] == GRAVITY_PARENT) && !$row['origin'] && ($row['author-id'] == $row['owner-id'])