From f06a0a5a55a64d748474903448630b4bf93bf582 Mon Sep 17 00:00:00 2001 From: Katrin Fischer Date: Fri, 1 May 2020 23:33:00 +0200 Subject: [PATCH] Bug 17268: (QA follow-up) Make "Convert old browser macros" translatable The code was missing the necessary markup to make the string translatable. Signed-off-by: Katrin Fischer --- koha-tmpl/intranet-tmpl/prog/en/includes/cateditor-ui.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/includes/cateditor-ui.inc b/koha-tmpl/intranet-tmpl/prog/en/includes/cateditor-ui.inc index f8c2d3e2d8..f3b4cece8d 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/includes/cateditor-ui.inc +++ b/koha-tmpl/intranet-tmpl/prog/en/includes/cateditor-ui.inc @@ -828,7 +828,7 @@ require( [ 'koha-backend', 'search', 'macros', 'marc-editor', 'marc-record', 'pr $( '#macro-list' ).empty(); $("#convert-macros").remove(); if( Object.keys(Preferences.user.macros).length ){ - $convert = $( '' ); + $convert = $( '' ); $convert.click( function(){ if( !confirm( _("This will retrieve macros stored in the brower, save them in the database, and delete them from the browser. Proceed?") ) ){ return; -- 2.11.0