Merge pull request #568 from HarleyDavidson86/patch-1

Update paginator.class.php
This commit is contained in:
Diego Najar 2017-11-28 13:08:27 +01:00 committed by GitHub
commit 4500fe78e1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -107,7 +107,7 @@ class Paginator {
if(self::get('showNext'))
{
if($textPrevPage===false) {
$textPrevPage = '« '.$Language->g('Prev page');
$textPrevPage = '« '.$Language->g('Previous page');
}
$html .= '<li class="left">';
@ -136,4 +136,4 @@ class Paginator {
return $html;
}
}
}