@@ -, +, @@ mod tool card number in the box, and click on Continue Attribute, click on the "New" at the nd of that line at the end of that line the correct language, if the msgid "Delete" was translated in xx-YY-staff-prog.po --- koha-tmpl/intranet-tmpl/prog/en/modules/tools/modborrowers.tt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/modborrowers.tt +++ a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/modborrowers.tt @@ -388,7 +388,7 @@ var li_node = $("li.attributes:last"); var li_clone = $(li_node).clone(); if ( $(li_clone).find("a.del_attributes").length == 0 ) { - $(li_clone).append(' Delete'); + $(li_clone).append(' ' + _("Delete") + ''); } $(li_clone).find('select[name="patron_attributes"]').change(function() { updateAttrValues(this); --