refactoring pagination.

This commit is contained in:
Taylor Otwell
2011-11-22 21:21:36 -06:00
parent f492c81aa8
commit 1535eca1c9
2 changed files with 40 additions and 15 deletions

View File

@@ -17,9 +17,9 @@ return array(
*/
'first' => 'First',
'previous' => '← Previous',
'previous' => '« Previous',
'status' => 'Page :current of :last',
'next' => 'Next →',
'next' => 'Next »',
'last' => 'Last',
);