From 65ef377f2fba48a9850dfab105059bf3751c8470 Mon Sep 17 00:00:00 2001 From: Jason Etheridge Date: Wed, 5 Jun 2013 12:57:55 -0400 Subject: [PATCH] missed parameter for .getFormattedString for a dialog when importing item attribute editor templates Signed-off-by: Jason Etheridge --- Open-ILS/xul/staff_client/server/cat/copy_editor.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Open-ILS/xul/staff_client/server/cat/copy_editor.js b/Open-ILS/xul/staff_client/server/cat/copy_editor.js index 15a9b95bd7..e464f3a4e3 100644 --- a/Open-ILS/xul/staff_client/server/cat/copy_editor.js +++ b/Open-ILS/xul/staff_client/server/cat/copy_editor.js @@ -471,7 +471,7 @@ g.import_templates = function() { var r = g.error.yns_alert( $('catStrings').getString('staff.cat.copy_editor.import_templates.save.prompt'), - $('catStrings').getFormattedString('staff.cat.copy_editor.import_templates.save.title'), + $('catStrings').getFormattedString('staff.cat.copy_editor.import_templates.save.title',[i]), $('catStrings').getString('staff.cat.copy_editor.import_templates.save.yes'), $('catStrings').getString('staff.cat.copy_editor.import_templates.save.no'), null, -- 2.11.0