]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - actions/showfavorites.php
Fix inconsistent title case in page title
[quix0rs-gnu-social.git] / actions / showfavorites.php
index b12fcdd9a0c5e31e29da6db692ae99974d0fdc8a..6023f015678185bfe18c680d5a5b1458840a6912 100644 (file)
@@ -76,7 +76,7 @@ class ShowfavoritesAction extends OwnerDesignAction
         if ($this->page == 1) {
             return sprintf(_("%s's favorite notices"), $this->user->nickname);
         } else {
-            return sprintf(_("%s's favorite notices, page %d"),
+            return sprintf(_("%1$s's favorite notices, page %2$d"),
                            $this->user->nickname,
                            $this->page);
         }