From addfe15b6bcfb2636b01666c50ff2f84a79bff10 Mon Sep 17 00:00:00 2001 From: Pasi Kallinen Date: Wed, 11 Sep 2013 08:54:55 +0300 Subject: [PATCH] Fix delete items confirmation typo. Signed-off-by: Pasi Kallinen Signed-off-by: Ben Shum --- Open-ILS/xul/staff_client/server/locale/en-US/circ.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Open-ILS/xul/staff_client/server/locale/en-US/circ.properties b/Open-ILS/xul/staff_client/server/locale/en-US/circ.properties index 9a9be26558..9efba23c02 100644 --- a/Open-ILS/xul/staff_client/server/locale/en-US/circ.properties +++ b/Open-ILS/xul/staff_client/server/locale/en-US/circ.properties @@ -120,7 +120,7 @@ staff.circ.copy_status.upload_file.title=Import Barcode File staff.circ.copy_status.upload_file.complete=File uploaded. staff.circ.copy_status.upload_file.no_barcodes=No barcodes found in file. staff.circ.copy_status.add_items.title=Add Item for record # %1$s -staff.circ.copy_status.del_items.confirm=Are you sure sure you want to delete these items? %1$s +staff.circ.copy_status.del_items.confirm=Are you sure you want to delete these items? %1$s staff.circ.copy_status.del_items.title=Override Delete Failure? staff.circ.copy_status.del_items.success=Items Deleted staff.circ.copy_status.del_items.success.error=Batch Item Deletion -- 2.43.2