Bug 11314: (follow-up) make "All" translatable
authorJonathan Druart <jonathan.druart@biblibre.com>
Fri, 24 Jan 2014 14:24:20 +0000 (15:24 +0100)
committerGalen Charlton <gmc@esilibrary.com>
Sun, 26 Jan 2014 15:40:45 +0000 (15:40 +0000)
Signed-off-by: Jonathan Druart <jonathan.druart@biblibre.com>
Signed-off-by: Galen Charlton <gmc@esilibrary.com>
koha-tmpl/intranet-tmpl/prog/en/modules/acqui/parcel.tt

index 279b24d..4e947f1 100644 (file)
@@ -21,7 +21,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": [ 4, 9, 10 ], "bSortable": false, "bSearchable": false },
             ],