From 9831f80bfcec25c918efeadcb8c69a59d3c3220d Mon Sep 17 00:00:00 2001 From: Chris Sharp Date: Tue, 19 Mar 2013 13:41:49 -0400 Subject: [PATCH] improving the default hold message for range-protected items --- Open-ILS/src/templates/opac/parts/hold_error_messages.tt2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Open-ILS/src/templates/opac/parts/hold_error_messages.tt2 b/Open-ILS/src/templates/opac/parts/hold_error_messages.tt2 index 50a0ebff94..5e902e7e89 100644 --- a/Open-ILS/src/templates/opac/parts/hold_error_messages.tt2 +++ b/Open-ILS/src/templates/opac/parts/hold_error_messages.tt2 @@ -27,7 +27,7 @@ "no_ultimate_items" => l("The system could not find any items to match this hold request"), "no_matchpoint" => l("System rules do not define how to handle this item"), "no_user" => l("The system could not find this patron"), - "transit_range" => l("The item cannot transit this far") + "transit_range" => l("No item is available for your hold request. Please contact library staff for more information") }; -- 2.11.0