Browse Source

Update application/language/id/pagination.php

Replaced 'next' translation with the correct word.
William Notowidagdo 12 years ago
parent
commit
3411d97417
1 changed files with 2 additions and 2 deletions
  1. 2 2
      application/language/id/pagination.php

+ 2 - 2
application/language/id/pagination.php

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