@@ -, +, @@ --- .../opac-tmpl/bootstrap/en/modules/opac-results-grouped.tt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) --- a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-results-grouped.tt +++ a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-results-grouped.tt @@ -296,9 +296,9 @@ $(document).ready(function(){ $('#sort_by').change(function() { $('#bookbag_form').submit(); }); - $("span.clearall").html("Clear all"); - $("span.checkall").html("Select all"); - $("span.addto").html(" "); + $("span.clearall").html("" + _("Clear all") + ""); + $("span.checkall").html("" + _("Select all") + ""); + $("span.addto").html(" "); $("#addto").change(function(){ cartList(); }); --