From: Chris Sharp Date: Tue, 19 Mar 2013 17:41:49 +0000 (-0400) Subject: improving the default hold message for range-protected items X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=9831f80bfcec25c918efeadcb8c69a59d3c3220d;p=evergreen%2Fpines.git improving the default hold message for range-protected items --- 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") };