Bug 11314: (follow-up) make another "All" translatable
Signed-off-by: Galen Charlton <gmc@esilibrary.com>
This commit is contained in:
parent
fb9f7afc77
commit
23e0504235
1 changed files with 1 additions and 1 deletions
|
@ -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 },
|
||||
],
|
||||
|
|
Loading…
Reference in a new issue