From 1608d2278ab416864840f1c15f812f6360ae1e68 Mon Sep 17 00:00:00 2001 From: dbs Date: Thu, 15 Oct 2009 01:48:51 +0000 Subject: [PATCH] Backport r14431 - add missing error message git-svn-id: svn://svn.open-ils.org/ILS/branches/rel_1_6@14432 dcc99617-32d9-48b4-a31d-7c20da2025e4 --- Open-ILS/xul/staff_client/chrome/locale/en-US/offline.properties | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Open-ILS/xul/staff_client/chrome/locale/en-US/offline.properties b/Open-ILS/xul/staff_client/chrome/locale/en-US/offline.properties index 38efb8cf7a..97381f4387 100644 --- a/Open-ILS/xul/staff_client/chrome/locale/en-US/offline.properties +++ b/Open-ILS/xul/staff_client/chrome/locale/en-US/offline.properties @@ -30,6 +30,8 @@ cat.opac.record_undeleted=Record undeleted. cat.opac.record_undeleted.confirm=Check here to confirm this action. # variables: document ID, error code, error description cat.opac.record_deleted.error=Error deleting record #%1$s : %2$s : %3$s +# variables: document ID, error code, error description +cat.opac.record_undeleted.error=Error undeleting record #%1$s : %2$s : %3$s cat.opac.record_marked_for_overlay.record_id.alert=Record with ID %1$s marked for overlay. cat.opac.record_marked_for_overlay.tcn.alert=Record with TCN %1$s marked for overlay. cat.save_record=Save Record -- 2.11.0