@@ -, +, @@ search - 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 --- .../prog/en/modules/serials/serials-search.tt | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) --- a/koha-tmpl/intranet-tmpl/prog/en/modules/serials/serials-search.tt +++ a/koha-tmpl/intranet-tmpl/prog/en/modules/serials/serials-search.tt @@ -31,7 +31,9 @@ csrlt.fnAddFilters("filter", 750); $('#serialstabs').tabs(); - + $("#reopensub").click(function(){ + return confirm(_("Are you sure you want to reopen this subscription?")); + }); }); //]]> @@ -237,7 +239,7 @@ [% UNLESS subscription.cannotedit %] - Reopen + Reopen [% ELSE %] Cannot edit [% END %] --