From a89882581b19ca540729b344546595ca8be3ade9 Mon Sep 17 00:00:00 2001 From: mark_story Date: Sat, 10 Oct 2009 00:35:54 -0400 Subject: [PATCH] Adding i18n support to text that lacked it. Refs #5814 --- cake/libs/view/scaffolds/index.ctp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cake/libs/view/scaffolds/index.ctp b/cake/libs/view/scaffolds/index.ctp index 004efccf1..cd46f9838 100644 --- a/cake/libs/view/scaffolds/index.ctp +++ b/cake/libs/view/scaffolds/index.ctp @@ -27,7 +27,7 @@

counter(array( - 'format' => 'Page %page% of %pages%, showing %current% records out of %count% total, starting on record %start%, ending on %end%' + 'format' => __('Page %page% of %pages%, showing %current% records out of %count% total, starting on record %start%, ending on %end%', true) )); ?>

@@ -81,7 +81,7 @@ echo "\n";