Correct problems found by check_properties.py
authordbs <dbs@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Thu, 3 Apr 2008 02:27:41 +0000 (02:27 +0000)
committerdbs <dbs@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Thu, 3 Apr 2008 02:27:41 +0000 (02:27 +0000)
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
Open-ILS/xul/staff_client/server/locale/en-US/circ.properties

index c358b17..42b283c 100644 (file)
@@ -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');
                                }
                        }
                },
index 37b3955..b978159 100644 (file)
@@ -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