From: Jason Etheridge Date: Wed, 5 Jun 2013 16:57:55 +0000 (-0400) Subject: missed parameter for .getFormattedString X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=refs%2Fheads%2Fcwmars_rel_2_3_3_prod;p=evergreen%2Fequinox.git missed parameter for .getFormattedString for a dialog when importing item attribute editor templates Signed-off-by: Jason Etheridge --- 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,