From 23e05042357a9c4fbceb15f0e07c3316b7ff6d86 Mon Sep 17 00:00:00 2001 From: Galen Charlton Date: Sun, 26 Jan 2014 15:39:27 +0000 Subject: [PATCH] Bug 11314: (follow-up) make another "All" translatable Signed-off-by: Galen Charlton --- koha-tmpl/intranet-tmpl/prog/en/modules/acqui/parcel.tt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/parcel.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/parcel.tt index 4e947f15cd..b537148d62 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/parcel.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/parcel.tt @@ -64,7 +64,7 @@ "bStateSave": true, "iCookieDuration": 60*60*24*1000, // 1000 days "iDisplayLength": 10, - "aLengthMenu": [[5, 10, 20, 50, 100, -1], [5, 10, 20, 50, 100, "All"]], + "aLengthMenu": [[5, 10, 20, 50, 100, -1], [5, 10, 20, 50, 100, _("All")]], "aoColumnDefs": [ { "aTargets": [ 5, -1 ], "bSortable": false, "bSearchable": false }, ], -- 2.20.1