From d48a39fb0a96a6cc15359685e35d0126b6818bdb Mon Sep 17 00:00:00 2001 From: Terran McCanna Date: Wed, 30 Dec 2015 14:02:33 -0500 Subject: [PATCH] Self-Check changes in preparation for upgrade: Changed wording on some of the on-screen directions. Signed-off-by: Terran McCanna --- Open-ILS/web/js/dojo/openils/circ/nls/selfcheck.js | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Open-ILS/web/js/dojo/openils/circ/nls/selfcheck.js b/Open-ILS/web/js/dojo/openils/circ/nls/selfcheck.js index 3b082cbb49..a228c060d3 100644 --- a/Open-ILS/web/js/dojo/openils/circ/nls/selfcheck.js +++ b/Open-ILS/web/js/dojo/openils/circ/nls/selfcheck.js @@ -1,9 +1,9 @@ { - "TOTAL_ITEMS_SESSION" : "Total items this session: ${0}.", - "TOTAL_ITEMS_ACCOUNT" : "Total items on account: ${0}.", + "TOTAL_ITEMS_SESSION" : "Total items this session: ${0}", + "TOTAL_ITEMS_ACCOUNT" : "Total items on account: ${0}", "HOLDS_READY_FOR_PICKUP" : "You have ${0} item(s) ready for pickup.", "TOTAL_HOLDS" : "You have ${0} total holds.", - "TOTAL_FINES_ACCOUNT" : "Total fines on account: $${0}.", + "TOTAL_FINES_ACCOUNT" : "Total fines on account: $${0}", "HOLD_STATUS_READY" : "Ready for pickup", "HOLD_STATUS_WAITING" : "#${0} in line with ${1} copies", "CHECKOUT_SUCCESS" : "Checkout of item ${0} succeeded", @@ -11,7 +11,7 @@ "ALREADY_OUT" : "Item ${0} is already checked out", "OPEN_CIRCULATION_EXISTS" : "Item ${0} is already checked out to another user", "GENERIC_CIRC_FAILURE" : "Unable to check out item ${0}. Please see staff.", - "LOGIN_FAILED" : "Login for ${0} failed", + "LOGIN_FAILED" : "Login for ${0} failed. Please see staff for assistance.", "UNKNOWN_ERROR" : "An unhandled exception occurred with error code ${0}", "MAX_RENEWALS" : "No more renewals allowed for item ${0}", "ITEM_NOT_CATALOGED" : "Item ${0} was not found in the system. Try re-scanning the item.", @@ -20,8 +20,8 @@ "CC_PAYABLE_BALANCE" : "Total amount to pay: $${0}", "TOTAL_FINES_SELECTED" : "Selected total: $${0}", "WELCOME_BANNER" : "Welcome, ${0}!", - "ENTER_PASSWORD" : "Please enter your password", - "PLEASE_LOGIN" : "Please enter your username or library barcode, then press the Enter key.", + "ENTER_PASSWORD" : "Please enter your password, then press the Enter key.", + "PLEASE_LOGIN" : "Please enter your user name, then press the Enter key.", "ENTER_BARCODE" : "Please enter an item barcode, then press the Enter key.", "MISCELLANEOUS" : "Miscellaneous", "FAIL_PART_actor_usr_barred": "The patron is barred", -- 2.11.0