aboutsummaryrefslogtreecommitdiffstats
path: root/config
diff options
context:
space:
mode:
authorcedricnjanga2018-03-27 22:54:28 -0700
committercedricnjanga2018-03-27 22:54:28 -0700
commit1aaa07157292e5a02bca5217ed5c18e352803ae6 (patch)
treee3a7ddb8d23e1abb4e9d851c097ad505797e7170 /config
parentd0c6da104082a9279daac7d732c1f32a5e830117 (diff)
downloadchouette-core-1aaa07157292e5a02bca5217ed5c18e352803ae6.tar.bz2
Refs #6156 Update will_pagination yml file
Diffstat (limited to 'config')
-rw-r--r--config/locales/will_paginate.en.yml8
1 files changed, 4 insertions, 4 deletions
diff --git a/config/locales/will_paginate.en.yml b/config/locales/will_paginate.en.yml
index 29b8fe2bf..563ea7d29 100644
--- a/config/locales/will_paginate.en.yml
+++ b/config/locales/will_paginate.en.yml
@@ -32,11 +32,11 @@ en:
single_page:
zero: "No item found"
one: "1 %{model} shown"
- other: "%{model} 1 to %{count} of %{count}"
+ other: "%{model} 1 to %{count} out of %{count}"
single_page_html:
zero: "No item found"
one: "1 %{model} shown"
- other: "%{model} 1 to %{count} of %{count}"
+ other: "%{model} 1 to %{count} out of %{count}"
- multi_page: "%{model} %{from} to %{to} of %{count}"
- multi_page_html: "%{model} %{from} to %{to} of %{count}"
+ multi_page: "%{model} list %{from} to %{to} out of %{count}"
+ multi_page_html: "%{model} list %{from} to %{to} out of %{count}" \ No newline at end of file