]> git.mxchange.org Git - friendica.git/blobdiff - src/Object/Post.php
Fix typo in "in reply to" base translation string
[friendica.git] / src / Object / Post.php
index 77912c7b85c5e046a70e24f276c4d057f9493de7..c5a4be9d780bcadca093e4ecdcadfbd74566e8fe 100644 (file)
@@ -498,7 +498,7 @@ class Post
 
                $tmp_item = [
                        'parentguid'      => $parent_guid,
-                       'isanswerto'      => DI::l10n()->t('is answer to %s', $parent_username),
+                       'isreplyto'       => DI::l10n()->t('in reply to %s', $parent_username),
                        'template'        => $this->getTemplate(),
                        'type'            => implode('', array_slice(explode('/', $item['verb']), -1)),
                        'comment_firstcollapsed' => false,