From: xundeenergie Date: Wed, 11 Oct 2023 13:55:02 +0000 (+0200) Subject: Update src/Object/Post.php X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=035c9dbfa7320b36f2291e1d704fbcb0e20bb3d9;p=friendica.git Update src/Object/Post.php Sugfestion accepted Co-authored-by: Hypolite Petovan --- diff --git a/src/Object/Post.php b/src/Object/Post.php index 91500cb99f..c679880fbe 100644 --- a/src/Object/Post.php +++ b/src/Object/Post.php @@ -505,7 +505,7 @@ class Post 'parentguid' => $parent_guid, 'isreplyto' => DI::l10n()->t('is reply to %s', $parent_username), 'isunknown' => $parent_unknown, - 'isunknown_label' => DI::l10n()->t('parent is probably private or not federated'), + 'isunknown_label' => DI::l10n()->t('Parent is probably private or not federated.'), 'template' => $this->getTemplate(), 'type' => implode('', array_slice(explode('/', $item['verb']), -1)), 'comment_firstcollapsed' => false,