[open-ils-commits] r9974 - in trunk/Open-ILS/xul/staff_client/server: cat locale/en-US

svn at svn.open-ils.org svn at svn.open-ils.org
Sun Jul 6 16:09:43 EDT 2008


Author: dbs
Date: 2008-07-06 16:09:39 -0400 (Sun, 06 Jul 2008)
New Revision: 9974

Modified:
   trunk/Open-ILS/xul/staff_client/server/cat/z3950.js
   trunk/Open-ILS/xul/staff_client/server/locale/en-US/cat.properties
Log:
Minor typo: confrim -> confirm


Modified: trunk/Open-ILS/xul/staff_client/server/cat/z3950.js
===================================================================
--- trunk/Open-ILS/xul/staff_client/server/cat/z3950.js	2008-07-06 19:46:24 UTC (rev 9973)
+++ trunk/Open-ILS/xul/staff_client/server/cat/z3950.js	2008-07-06 20:09:39 UTC (rev 9974)
@@ -571,7 +571,7 @@
 											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:

Modified: trunk/Open-ILS/xul/staff_client/server/locale/en-US/cat.properties
===================================================================
--- trunk/Open-ILS/xul/staff_client/server/locale/en-US/cat.properties	2008-07-06 19:46:24 UTC (rev 9973)
+++ trunk/Open-ILS/xul/staff_client/server/locale/en-US/cat.properties	2008-07-06 20:09:39 UTC (rev 9974)
@@ -350,7 +350,7 @@
 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



More information about the open-ils-commits mailing list