From a98999b900ce12768883e621861ea1788440e15a Mon Sep 17 00:00:00 2001
From: Natalie Bennison <natalieb@catalyst.net.nz>
Date: Fri, 25 Jul 2014 15:15:47 +1200
Subject: [PATCH 3/3] Bug 12661: Fixing capitalisation from "Item Type" to
 "Item type"

To fix go to help>reports>manager

Find capitalisation error
"Item Type"

Change to
"Item type"
---
 .../prog/en/modules/help/reports/manager.tt        |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/help/reports/manager.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/help/reports/manager.tt
index 18bef9a..e2666cd 100644
--- a/koha-tmpl/intranet-tmpl/prog/en/modules/help/reports/manager.tt
+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/help/reports/manager.tt
@@ -8,6 +8,6 @@
 
 <p>You can also choose to export to a file that you can manipulate to your needs.</p>
 
-<p><strong>See the full documentation for the Catalog by Item Type report in the <a href="http://manual.koha-community.org/[% helpVersion %]/en/statsreports.html#catbyitem">manual</a> (online).</strong></p>
+<p><strong>See the full documentation for the Catalog by Item type report in the <a href="http://manual.koha-community.org/[% helpVersion %]/en/statsreports.html#catbyitem">manual</a> (online).</strong></p>
 
 [% INCLUDE 'help-bottom.inc' %]
-- 
1.7.9.5