From e4b45a151e12db73f93a19c2ae5dd8083a3a7c48 Mon Sep 17 00:00:00 2001 From: Galen Charlton Date: Fri, 1 Mar 2013 19:07:29 -0500 Subject: [PATCH] more workingaround native stringbundle limitations Signed-off-by: Galen Charlton --- Open-ILS/xul/staff_client/server/locale/en-US/circ.properties | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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 ad892dbd29..2d452c6e3f 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 @@ -92,15 +92,15 @@ staff.circ.copy_details.circ_count_by_year.legacy_label=Legacy/Not Dated # From Config::rules::circ_duration, 1 - Name, 2 - ID, 3 - Short, 4 - Normal, 5 - Extended, 6 - Max Renewals staff.circ.copy_details.duration_rule_format=%1$S # From Config::rules::circ_duration, 1 - Name, 2 - ID, 3 - Short, 4 - Normal, 5 - Extended, 6 - Max Renewals -staff.circ.copy_details.duration_rule_tooltip_format=%3$S/%4$S/%5$S - %6$S renewals +staff.circ.copy_details.duration_rule_tooltip_format=%3$S/%4$S/%5$S - %6$S renewals %1$0.S%2$0.S # From Config::rules::recurring_fine, 1 - Name, 2 - ID, 3 - Low, 4 - Normal, 5 - High, 6 - Recurrence Interval staff.circ.copy_details.recurring_fine_rule_format=%1$S # From Config::rules::recurring_fine, 1 - Name, 2 - ID, 3 - Low, 4 - Normal, 5 - High, 6 - Recurrence Interval -staff.circ.copy_details.recurring_fine_rule_tooltip_format=%3$S/%4$S/%5$S - %6$S +staff.circ.copy_details.recurring_fine_rule_tooltip_format=%3$S/%4$S/%5$S - %6$S %1$0.S%2$0.S # From Config::rules::max_fine, 1 - Name, 2 - ID, 3 - Amount, 4 - Is Percent staff.circ.copy_details.max_fine_rule_format=%1$S # From Config::rules::max_fine, 1 - Name, 2 - ID, 3 - Amount, 4 - Is Percent -staff.circ.copy_details.max_fine_rule_tooltip_format=%3$S Is Percent? %4$S +staff.circ.copy_details.max_fine_rule_tooltip_format=%3$S Is Percent? %4$S %1$0.S%2$0.S # From asset::copy_location: 1 - Can Circulate? 2 - Is Holdable? 3 - Hold Capture Requires Verification? 4 - Is OPAC Visible? staff.circ.copy_details.location_tooltip=Circulate? %1$S Holdable? %2$S Hold Verify? %3$S OPAC Visible? %4$S # From config::copy_status: 1 - OPAC Visible? 2 - Is Holdable? -- 2.11.0