[open-ils-commits] r9204 - in
trunk/Open-ILS/xul/staff_client/server: circ locale/en-US
svn at svn.open-ils.org
svn at svn.open-ils.org
Wed Apr 2 23:04:03 EDT 2008
Author: dbs
Date: 2008-04-02 22:27:41 -0400 (Wed, 02 Apr 2008)
New Revision: 9204
Modified:
trunk/Open-ILS/xul/staff_client/server/circ/util.js
trunk/Open-ILS/xul/staff_client/server/locale/en-US/circ.properties
Log:
Correct problems found by check_properties.py
Modified: trunk/Open-ILS/xul/staff_client/server/circ/util.js
===================================================================
--- trunk/Open-ILS/xul/staff_client/server/circ/util.js 2008-04-03 02:22:15 UTC (rev 9203)
+++ trunk/Open-ILS/xul/staff_client/server/circ/util.js 2008-04-03 02:27:41 UTC (rev 9204)
@@ -1493,9 +1493,9 @@
'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');
}
}
},
Modified: trunk/Open-ILS/xul/staff_client/server/locale/en-US/circ.properties
===================================================================
--- trunk/Open-ILS/xul/staff_client/server/locale/en-US/circ.properties 2008-04-03 02:22:15 UTC (rev 9203)
+++ trunk/Open-ILS/xul/staff_client/server/locale/en-US/circ.properties 2008-04-03 02:27:41 UTC (rev 9204)
@@ -18,7 +18,7 @@
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
More information about the open-ils-commits
mailing list