]> git.mxchange.org Git - friendica.git/commitdiff
Update src/Object/Post.php
authorxundeenergie <jakob@xundeenergie.at>
Wed, 11 Oct 2023 13:55:02 +0000 (15:55 +0200)
committerGitHub <noreply@github.com>
Wed, 11 Oct 2023 13:55:02 +0000 (15:55 +0200)
Sugfestion accepted

Co-authored-by: Hypolite Petovan <hypolite@mrpetovan.com>
src/Object/Post.php

index 91500cb99f8b1f00cc0e86d81a3daece1c5f1d31..c679880fbe3feae27ba69fc848499577fa562f6b 100644 (file)
@@ -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,