From b9bae3305c628b5ff85971c2b584d9272b24be5f Mon Sep 17 00:00:00 2001 From: Bernardo Gonzalez Kriegel Date: Wed, 13 May 2015 20:49:05 -0300 Subject: [PATCH] Bug 8688: (follow-up) Fix quotes Signed-off-by: Bernardo Gonzalez Kriegel --- koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/detail.tt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/detail.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/detail.tt index 97a08a7..f3e47c2 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/detail.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/detail.tt @@ -200,7 +200,7 @@ function verify_images() { function recall_item(itemnumber) { var button = $("#recall_"+itemnumber); - if(!confirm(_('A request for the immediate return of the item will be sent to the user who currently has it in its possession.\n\nAre you sure you want to send a recall notice?'))) { + if(!confirm(_("A request for the immediate return of the item will be sent to the user who currently has it in its possession.\n\nAre you sure you want to send a recall notice?"))) { return; } -- 1.9.1