From 20a088812c4838d5b0bccb315971dbf4f2a71dea Mon Sep 17 00:00:00 2001 From: Bernardo Gonzalez Kriegel Date: Wed, 13 May 2015 20:49:05 -0300 Subject: [PATCH] [Signed-off] Bug 8688: (follow-up) Fix quotes MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Bernardo Gonzalez Kriegel Sign-off on last two patches, see comment 27 Signed-off-by: Marc VĂ©ron --- 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 451aa06..a91fd0a 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/detail.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/detail.tt @@ -201,7 +201,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.7.10.4