@@ -, +, @@ --- .../en/modules/admin/marc-overlay-rules.tt | 42 +++++++------------ 1 file changed, 16 insertions(+), 26 deletions(-) --- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/marc-overlay-rules.tt +++ a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/marc-overlay-rules.tt @@ -197,12 +197,12 @@ $(document).ready(function(){ var module_filter_options = { source: { '*': '*', - batchmod: "Batch record modification", - intranet: "Staff client MARC editor", - batchimport: "Staged MARC import", - z3950: "Z39.50", - bulkmarcimport: "bulkmarcimport.pl", - import_lexile: "import_lexile.pl" + batchmod: _("Batch record modification"), + intranet: _("Staff client MARC editor"), + batchimport: _("Staged MARC import"), + z3950: _("Z39.50"), + bulkmarcimport: _("bulkmarcimport.pl"), + import_lexile: _("import_lexile.pl") }, categorycode: { '*': '*', @@ -339,16 +339,11 @@ $(document).ready(function(){ @@ -409,16 +404,11 @@ $(document).ready(function(){ --