From 0dc3ecfa2144d7285e1abee6e1d01dec4e432f03 Mon Sep 17 00:00:00 2001
From: Nicole C. Engard <nengard@bywatersolutions.com>
Date: Thu, 8 Sep 2011 14:24:24 -0400
Subject: [PATCH] Follow up to Bug 6857: Change language from 'reserve' to 'hold'

Reserves are called holds all throughout the OPAC so this follow up
updates the language in this patch to match the standard.
Signed-off-by: Nicole C. Engard <nengard@bywatersolutions.com>
---
 .../opac-tmpl/prog/en/modules/opac-reserve.tt      |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/koha-tmpl/opac-tmpl/prog/en/modules/opac-reserve.tt b/koha-tmpl/opac-tmpl/prog/en/modules/opac-reserve.tt
index 12c5190..deb09b0 100644
--- a/koha-tmpl/opac-tmpl/prog/en/modules/opac-reserve.tt
+++ b/koha-tmpl/opac-tmpl/prog/en/modules/opac-reserve.tt
@@ -222,7 +222,7 @@
                     </h3>[% END %]
 	      [% IF (RESERVE_CHARGE) %]
 	      <div class="dialog alert">
-	        There is a charge of [% RESERVE_CHARGE %] for placing this reserve
+	        There is a charge of [% RESERVE_CHARGE %] for placing this hold
 	      </div>
 	      [% END %]
 
-- 
1.7.2.3