]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - actions/favor.php
* improve L10n consistency for English. For example proper punctuation for all button...
[quix0rs-gnu-social.git] / actions / favor.php
index bcefcd26e70c21f7ce22f4c91651e035e557f4eb..61db235738976a00901c9d9eaa842683329e3db7 100644 (file)
@@ -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);