http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=9323 --- Comment #2 from Owen Leonard <oleonard@myacpl.org> --- Created attachment 14298 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=14298&action=edit Bug 9323 [Counter-proposal] Untranslatable string in serials search The translator seems to have a problem with the _() function inside HTML. Rather than move only the translatable string to the <script> block, why not move all of the JavaScript to the <script> tag? This keeps things a little more organized and lets us follow the guideline to always use double quotes with _(). Same test plan as Jonathan's patch: - translate update LANG - Check in your po file that the string "Are you sure you want to reopen this subscription?" does not exist. - Apply the patch - translate update LANG - Check in your po file that the string is translatable -- You are receiving this mail because: You are watching all bug changes.