Update paginator.class.php
Correction at line 110: the right placeholder for previous page is "Previous Page" and not "Prev Page"
This commit is contained in:
parent
e162c03392
commit
99f247562f
|
@ -107,7 +107,7 @@ class Paginator {
|
||||||
if(self::get('showNext'))
|
if(self::get('showNext'))
|
||||||
{
|
{
|
||||||
if($textPrevPage===false) {
|
if($textPrevPage===false) {
|
||||||
$textPrevPage = '« '.$Language->g('Prev page');
|
$textPrevPage = '« '.$Language->g('Previous page');
|
||||||
}
|
}
|
||||||
|
|
||||||
$html .= '<li class="left">';
|
$html .= '<li class="left">';
|
||||||
|
|
Loading…
Reference in New Issue