From 1dcea18ba8d1e6c3f370cb53aaa4820f9e816b2f Mon Sep 17 00:00:00 2001 From: dbs Date: Sun, 6 Jul 2008 20:09:39 +0000 Subject: [PATCH] Minor typo: confrim -> confirm git-svn-id: svn://svn.open-ils.org/ILS/trunk@9974 dcc99617-32d9-48b4-a31d-7c20da2025e4 --- Open-ILS/xul/staff_client/server/cat/z3950.js | 2 +- Open-ILS/xul/staff_client/server/locale/en-US/cat.properties | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Open-ILS/xul/staff_client/server/cat/z3950.js b/Open-ILS/xul/staff_client/server/cat/z3950.js index 0a9231bf50..8d051ef818 100644 --- a/Open-ILS/xul/staff_client/server/cat/z3950.js +++ b/Open-ILS/xul/staff_client/server/cat/z3950.js @@ -571,7 +571,7 @@ cat.z3950.prototype = { if (robj.length != 0) btn2 = null; } var btn3 = $("catStrings").getString('staff.cat.z3950.spawn_marc_editor.btn3_cancel_import'); - var p = obj.error.yns_alert(msg,title,btn1,btn2,btn3,$("catStrings").getString('staff.cat.z3950.spawn_marc_editor.confrim_action')); + var p = obj.error.yns_alert(msg,title,btn1,btn2,btn3,$("catStrings").getString('staff.cat.z3950.spawn_marc_editor.confirm_action')); obj.error.sdump('D_ERROR','option ' + p + 'chosen'); switch(p) { case 0: diff --git a/Open-ILS/xul/staff_client/server/locale/en-US/cat.properties b/Open-ILS/xul/staff_client/server/locale/en-US/cat.properties index e5de73af18..5c64b2c965 100644 --- a/Open-ILS/xul/staff_client/server/locale/en-US/cat.properties +++ b/Open-ILS/xul/staff_client/server/locale/en-US/cat.properties @@ -350,7 +350,7 @@ staff.cat.z3950.spawn_marc_editor.btn1_overlay=Overlay staff.cat.z3950.spawn_marc_editor.btn2_import=Import with alternate TCN %1$s staff.cat.z3950.spawn_marc_editor.permission_error=check permission staff.cat.z3950.spawn_marc_editor.btn3_cancel_import=Cancel Import -staff.cat.z3950.spawn_marc_editor.confrim_action=Check here to confirm this action +staff.cat.z3950.spawn_marc_editor.confirm_action=Check here to confirm this action staff.cat.z3950.spawn_marc_editor.successful_overlay=Record successfully overlaid. staff.cat.z3950.spawn_marc_editor.successful_import_with_new_tcn=Record successfully imported with alternate TCN. staff.cat.z3950.spawn_marc_editor.import_cancelled=Record import cancelled -- 2.43.2