From f9a57897338dd2568c5057d0ff0ed37ffe40ba57 Mon Sep 17 00:00:00 2001 From: Pasi Kallinen Date: Mon, 27 May 2013 13:01:52 +0300 Subject: [PATCH] LP1182393: 'Service' in circ offline checkout columns is untranslatable Move that string into the common message catalog as staff.checkout_column_label_service Signed-off-by: Pasi Kallinen Signed-off-by: Ben Shum --- Open-ILS/xul/staff_client/server/circ/util.js | 2 +- Open-ILS/xul/staff_client/server/locale/en-US/common.properties | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/Open-ILS/xul/staff_client/server/circ/util.js b/Open-ILS/xul/staff_client/server/circ/util.js index 9c41675b60..4c8a0802ce 100644 --- a/Open-ILS/xul/staff_client/server/circ/util.js +++ b/Open-ILS/xul/staff_client/server/circ/util.js @@ -548,7 +548,7 @@ circ.util.columns = function(modify,params) { { 'persist' : 'hidden width ordinal', 'id' : 'service', - 'label' : 'Service', + 'label' : document.getElementById('commonStrings').getString('staff.checkout_column_label_service'), 'flex' : 1, 'primary' : false, 'hidden' : true, diff --git a/Open-ILS/xul/staff_client/server/locale/en-US/common.properties b/Open-ILS/xul/staff_client/server/locale/en-US/common.properties index 612fbb1509..e30c5aaee1 100644 --- a/Open-ILS/xul/staff_client/server/locale/en-US/common.properties +++ b/Open-ILS/xul/staff_client/server/locale/en-US/common.properties @@ -30,6 +30,7 @@ openils.global_util.content_window.error=Error with get_contentWindow(%1$s): %2$ openils.global_util.font_size.error=Error adjusting the font size: %1$s # Appended to notes with certain settings enabled. First position is staff initials, and second position is a date for when the initials were added. staff.initials.format= [ %1$s %2$s @ %3$s ] +staff.checkout_column_label_service=Service staff.acp_label_barcode=Barcode staff.acp_label_call_number=Call Number staff.acp_label_circ_as_type=Circulate As Type -- 2.11.0