Bug 11314: (follow-up) make another "All" translatable
authorGalen Charlton <gmc@esilibrary.com>
Sun, 26 Jan 2014 15:39:27 +0000 (15:39 +0000)
committerGalen Charlton <gmc@esilibrary.com>
Sun, 26 Jan 2014 15:41:01 +0000 (15:41 +0000)
Signed-off-by: Galen Charlton <gmc@esilibrary.com>
koha-tmpl/intranet-tmpl/prog/en/modules/acqui/parcel.tt

index 4e947f1..b537148 100644 (file)
@@ -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 },
             ],