http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=4996 Owen Leonard <oleonard@myacpl.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |ASSIGNED AssignedTo|chris@bigballofwax.co.nz |oleonard@myacpl.org --- Comment #1 from Owen Leonard <oleonard@myacpl.org> --- Created attachment 2396 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=2396 Proposed fix I think the problem is that the template is mixing a TMPL_VAR with the string to be translated: { text: _("Duplicate budget '<!-- TMPL_VAR NAME="budget_period_description" -->'") } My patch breaks that kind of construction into to parts with the translatable string separate: { text: _("Duplicate budget") + " '<!-- TMPL_VAR NAME="budget_period_description" -->'" } -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug.