nomenclature cleanup for returns
authorJoshua Ferraro <jmf@liblime.com>
Mon, 12 Nov 2007 23:13:41 +0000 (17:13 -0600)
committerJoshua Ferraro <jmf@liblime.com>
Mon, 12 Nov 2007 23:42:08 +0000 (17:42 -0600)
Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
koha-tmpl/intranet-tmpl/prog/en/modules/circ/returns.tmpl

index 3bbb297..ef41fc9 100644 (file)
         </form>                        
     <!-- /TMPL_IF -->
 
-    <!-- case of a return of item, but with no reservation after, if the document must return to his homebranch -->
+    <!-- case of a return of item, but with no reservation after, if the item must be  return to its homebranch -->
     <!-- TMPL_IF Name="transfer" -->
         <h2>This item must return to his homebranch :</h2>
-        <p><span class="problem">The document <!-- TMPL_VAR NAME="title" --> (<!-- TMPL_VAR NAME="author" -->) Must be returned to his homebranch(<b><!-- TMPL_VAR NAME="homebranch" --></b>)</span></p>
+        <p><span class="problem">Please return '<!-- TMPL_VAR NAME="title" --> (<!-- TMPL_VAR NAME="author" -->)' to (<b><!-- TMPL_VAR NAME="homebranch" --></b>)</span></p>
             <form method="post" action="returns.pl">
                 <!-- TMPL_LOOP Name="inputloop" -->
                     <input type="hidden" name="ri-<!-- TMPL_VAR NAME="counter" -->" value="<!-- TMPL_VAR NAME="barcode" -->" />