Fix for Bug 4436, reserve should say 'hold'
authorOwen Leonard <oleonard@myacpl.org>
Mon, 3 May 2010 13:58:20 +0000 (09:58 -0400)
committerGalen Charlton <gmcharlt@gmail.com>
Mon, 3 May 2010 14:09:29 +0000 (10:09 -0400)
Signed-off-by: Galen Charlton <gmcharlt@gmail.com>
koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation.tmpl

index 2635e83..2c923b1 100644 (file)
@@ -224,7 +224,7 @@ function refocus(calendar) {
 <!-- /TMPL_IF -->
 
 <!-- TMPL_IF NAME="RESERVED" -->
-    <li>Item is on reserve for <!-- TMPL_VAR NAME="RESERVED" --></li>
+    <li>Item is on hold for <!-- TMPL_VAR NAME="RESERVED" --></li>
 <!-- /TMPL_IF -->
 
 <!-- TMPL_IF NAME="ISSUED_TO_ANOTHER" -->
@@ -256,14 +256,14 @@ function refocus(calendar) {
 <!-- TMPL_IF NAME="RESERVED" -->
     <p>
     <input type="checkbox" id="cancelreserve" name="cancelreserve" value="1" />
-    <label for="cancelreserve">Cancel Reserve</label>
+    <label for="cancelreserve">Cancel hold</label>
     </p>
 <!-- /TMPL_IF -->
 
 <!-- TMPL_IF NAME="RESERVE_WAITING" -->
     <p>
     <input type="checkbox" id="cancelreserve" name="cancelreserve" value="1" />
-    <label for="cancelreserve">Cancel Reserve</label>
+    <label for="cancelreserve">Cancel hold</label>
     </p>
 <!-- /TMPL_IF -->