]> git.mxchange.org Git - friendica.git/blobdiff - src/Object/Post.php
make reply-to link depending on screen-width
[friendica.git] / src / Object / Post.php
index 4df953cab6b608a4f00e2460f9296d162e0f4c46..9240079fb76f9861c047f31f1a346c3905b1bbd7 100644 (file)
@@ -502,7 +502,7 @@ class Post
 
                $tmp_item = [
                        'parentguid'      => $parent_guid,
-                       'isreplyto'       => DI::l10n()->t('in reply to %s', $parent_username),
+                       'isreplyto'       => DI::l10n()->t('is reply to %s', $parent_username),
                        'template'        => $this->getTemplate(),
                        'type'            => implode('', array_slice(explode('/', $item['verb']), -1)),
                        'comment_firstcollapsed' => false,