http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14805 --- Comment #7 from Jonathan Druart <jonathan.druart@bugs.koha-community.org> --- Comment on attachment 42647 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=42647 Bug 14805: (follow-up) fix a bug in previous code and change msg string Review of attachment 42647: --> (http://bugs.koha-community.org/bugzilla3/page.cgi?id=splinter.html&bug=14805&attachment=42647) ----------------------------------------------------------------- ::: koha-tmpl/intranet-tmpl/prog/en/modules/patroncards/manage.tt @@ +21,4 @@
var msg; if (element_ids.length > 1) { + msg = _("Are you sure you want to delete %s items?").format(element_ids.length, element_ids.length);
Is not possible to call translate_card_element here? -- You are receiving this mail because: You are watching all bug changes.