bug 5255 change 'document type' to 'item type'
authorNicole Engard <nengard@bywatersolutions.com>
Mon, 13 Dec 2010 16:13:58 +0000 (11:13 -0500)
committerChris Cormack <chrisc@catalyst.net.nz>
Tue, 14 Dec 2010 00:19:20 +0000 (13:19 +1300)
Signed-off-by: Owen Leonard <oleonard@myacpl.org>
Signed-off-by: Chris Cormack <chrisc@catalyst.net.nz>
koha-tmpl/intranet-tmpl/prog/en/modules/reports/catalogue_out.tmpl

index d6218e1..68f6713 100644 (file)
@@ -96,8 +96,8 @@
      <!--/TMPL_LOOP --> 
     </select></li>
       <li> 
-        <label for="documenttype">Document Type: </label><select name="Filter" id="documenttype">
-               <option value="">Any Document type</option>
+        <label for="documenttype">Item Type: </label><select name="Filter" id="documenttype">
+               <option value="">Any Item Type</option>
     <!--TMPL_LOOP Name="itemtypeloop"-->
         <option value="<!--TMPL_VAR Name="value"-->"><!--TMPL_VAR Name="description"--></option>  
      <!--/TMPL_LOOP -->