From e9fcb4c9d1be84a413c688466826458fe125251a Mon Sep 17 00:00:00 2001 From: dbs Date: Thu, 3 Apr 2008 02:27:41 +0000 Subject: [PATCH] Correct problems found by check_properties.py git-svn-id: svn://svn.open-ils.org/ILS/trunk@9204 dcc99617-32d9-48b4-a31d-7c20da2025e4 --- Open-ILS/xul/staff_client/server/circ/util.js | 4 ++-- Open-ILS/xul/staff_client/server/locale/en-US/circ.properties | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Open-ILS/xul/staff_client/server/circ/util.js b/Open-ILS/xul/staff_client/server/circ/util.js index c358b17396..42b283c5fd 100644 --- a/Open-ILS/xul/staff_client/server/circ/util.js +++ b/Open-ILS/xul/staff_client/server/circ/util.js @@ -1493,9 +1493,9 @@ circ.util.hold_columns = function(modify,params) { 'hidden' : true, 'render' : function(my) { if (get_bool(my.ahr.email_notify())) { - return document.getElementById('circStrings').getString('staff.circ.utils.current_copy.yes'); + return document.getElementById('circStrings').getString('staff.circ.utils.yes'); } else { - return document.getElementById('circStrings').getString('staff.circ.utils.current_copy.no'); + return document.getElementById('circStrings').getString('staff.circ.utils.no'); } } }, 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 37b39552f0..b9781595e0 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 @@ -18,7 +18,7 @@ staff.circ.checkin2.exception=Something went wrong in circ.util.checkin2: %1$s staff.circ.checkin.exception.external=circ.checkin: Calling external .on_checkin() staff.circ.checkin2.exception.external=circ.checkin2: Calling external .on_checkin() staff.circ.checkin.exception.no_external=circ.checkin: Calling external .on_checkin() -staff.circ.checkin2.exception.checkin2: circ.util.checkin2: No external .on_failure() +staff.circ.checkin2.exception.no_external=circ.util.checkin2: No external .on_failure() staff.circ.util.checkin.exception.external=circ.util.checkin: Calling external .on_checkin() staff.circ.util.checkin.exception.no_external=circ.util.checkin: Calling external .on_checkin() staff.circ.checkout.sorting.exception=error in sorting non-cataloged items: %1$s -- 2.43.2