X-Git-Url: https://git.cyclocoop.org/?a=blobdiff_plain;f=includes%2FCategoryViewer.php;h=66079c0179a9f4b71f81f990fd2b8166e966c0e3;hb=3022d699727d804ea235172a4369e23cf8e9c1cc;hp=48436c5d67e50dd9829ce1a79b945f433e2fd8de;hpb=4e004124cd0860b4eec0306de53b2ea738f6a881;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/CategoryViewer.php b/includes/CategoryViewer.php index 48436c5d67..66079c0179 100644 --- a/includes/CategoryViewer.php +++ b/includes/CategoryViewer.php @@ -603,7 +603,7 @@ class CategoryViewer extends ContextSource { * @return string HTML */ private function pagingLinks( $first, $last, $type = '' ) { - $prevLink = $this->msg( 'prevn' )->numParams( $this->limit )->escaped(); + $prevLink = $this->msg( 'prev-page' )->text(); if ( $first != '' ) { $prevQuery = $this->query; @@ -617,7 +617,7 @@ class CategoryViewer extends ContextSource { ); } - $nextLink = $this->msg( 'nextn' )->numParams( $this->limit )->escaped(); + $nextLink = $this->msg( 'next-page' )->text(); if ( $last != '' ) { $lastQuery = $this->query;