From e6431e53db73080be96cb615483860007de10dfd Mon Sep 17 00:00:00 2001 From: Michael Date: Sun, 23 Aug 2020 14:07:17 +0000 Subject: [PATCH] Changed "reshared" description --- include/conversation.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/conversation.php b/include/conversation.php index 01139a2cb9..3d1aeddab9 100644 --- a/include/conversation.php +++ b/include/conversation.php @@ -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']) -- 2.39.5