Update application/language/id/pagination.php

Replaced 'next' translation with the correct word.
This commit is contained in:
William Notowidagdo 2012-12-21 05:30:20 +07:00
parent f25d09dd07
commit 3411d97417
1 changed files with 2 additions and 2 deletions

View File

@ -14,6 +14,6 @@
*/
'previous' => '« Sebelumnya',
'next' => 'Selanjutnya »',
'next' => 'Berikutnya »',
);
);