Bug 2780 - Capitalize strings consistently (Admin help)
[koha_gimpoz] / koha-tmpl / intranet-tmpl / prog / en / modules / help / admin / matching-rules.tt
index c318cac..a01f5db 100644 (file)
@@ -1,6 +1,6 @@
 [% INCLUDE 'help-top.inc' %]
 
-<h1>Record Matching Rules</h1>
+<h1>Record matching rules</h1>
 
 <p>Record matching rules are used when importing MARC records into Koha.</p>
 
@@ -9,7 +9,7 @@
 <p>To create a new matching rule:</p>
 
 <ul>
-       <li>Click 'New Record Matching Rule'
+    <li>Click 'New record matching rule'
 <ul>
        <li>Choose a unique name and enter it in the 'Matching rule code' field</li>
        <li>'Description' can be anything you want to make it clear to you what rule you're picking</li>
@@ -27,7 +27,7 @@
 </li>
 </ul>
 
-<h2>Sample Record Matching Rule: Control Number</h2>
+<h2>Sample record matching rule: Control number</h2>
 
 <ul>
        <li>Match threshold: 100</li>
@@ -43,9 +43,9 @@
        <li>Offset: 0</li>
        <li>Length: 0</li>
        <li>Normalization rule: Control-number</li>
-       <li>Required Match checks: none (remove the blank one)</li>
+    <li>Required match checks: none (remove the blank one)</li>
 </ul>
 
-<p><strong>See the full documentation for Record Matching Rules in the <a href="http://manual.koha-community.org/3.6/en/catadmin.html#recordmatchingrules">manual</a> (online).</strong></p>
+<p><strong>See the full documentation for Record matching Rules in the <a href="http://manual.koha-community.org/3.6/en/catadmin.html#recordmatchingrules">manual</a> (online).</strong></p>
 
 [% INCLUDE 'help-bottom.inc' %]