X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;ds=sidebyside;f=actions%2Ffavor.php;h=61db235738976a00901c9d9eaa842683329e3db7;hb=15686cdf56bbb6eb39f80422579c273e8ae5ffad;hp=bcefcd26e70c21f7ce22f4c91651e035e557f4eb;hpb=691f374a52f68db6895c15cce79e92d4d6420592;p=quix0rs-gnu-social.git diff --git a/actions/favor.php b/actions/favor.php index bcefcd26e7..61db235738 100644 --- a/actions/favor.php +++ b/actions/favor.php @@ -92,7 +92,7 @@ class FavorAction extends Action $this->startHTML('text/xml;charset=utf-8'); $this->elementStart('head'); // TRANS: Page title for page on which favorite notices can be unfavourited. - $this->element('title', null, _('Disfavor favorite')); + $this->element('title', null, _('Disfavor favorite.')); $this->elementEnd('head'); $this->elementStart('body'); $disfavor = new DisFavorForm($this, $notice);