From 5d1b471d9243402ffc6c3bc9ea62735307f4b5a3 Mon Sep 17 00:00:00 2001
From: Katrin Fischer <Katrin.Fischer.83@web.de>
Date: Sun, 8 Apr 2012 19:39:00 +0200
Subject: [PATCH] Bug 2780: Capitalize strings consistently

Fixes some more strings.
---
 .../en/modules/help/labels/label-edit-profile.tt   |    2 +-
 .../prog/en/modules/labels/label-print.tt          |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/help/labels/label-edit-profile.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/help/labels/label-edit-profile.tt
index 72c3992..1bf4a2e 100644
--- a/koha-tmpl/intranet-tmpl/prog/en/modules/help/labels/label-edit-profile.tt
+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/help/labels/label-edit-profile.tt
@@ -13,7 +13,7 @@
 <p>Using the form that appears you can create a profile to fix any problems with your template.</p>
 
 <ul>
-    <li>'Printer Name' and 'Paper Bin' do not have to match your printer exactly, they are for your reference so you can remember what printer you have set the profile for. So if you want to use the Printer model number in printer name or you can call it 'the printer on my desk'</li>
+    <li>'Printer name' and 'Paper bin' do not have to match your printer exactly, they are for your reference so you can remember what printer you have set the profile for. So if you want to use the Printer model number in printer name or you can call it 'the printer on my desk'</li>
 	<li>Template will be filled in once you have chosen which template to apply the profile to on the template edit form</li>
     <li>The 'Units' pull down is used to define what measurement scale you're going to be using for your profile.&nbsp;</li>
     <li>'Offset' describes what happens when the entire image is off center either vertically or horizontally and creep describes a condition where the distance between the labels changes across the page or up and down the page
diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/labels/label-print.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/labels/label-print.tt
index 2dff50c..59caa81 100644
--- a/koha-tmpl/intranet-tmpl/prog/en/modules/labels/label-print.tt
+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/labels/label-print.tt
@@ -1,5 +1,5 @@
     [% INCLUDE 'doc-head-open.inc' %]
-    <title>Koha &rsaquo; Tools &rsaquo; Labels &rsaquo; Label Printing/exporting</title>
+    <title>Koha &rsaquo; Tools &rsaquo; Labels &rsaquo; Label printing/exporting</title>
     [% INCLUDE 'doc-head-close.inc' %]
     <script type="text/javascript">
         //<![CDATA[
-- 
1.7.5.4