Bug 16537 - Overdue and Status triggers grammar
authorRocio Dressler <rocio@bwstest.bywatersolutions.com>
Sat, 4 Jun 2016 09:24:45 +0000 (02:24 -0700)
committerBrendan Gallagher <brendan@bywatersolutions.com>
Sat, 4 Jun 2016 09:50:44 +0000 (09:50 +0000)
Test plan:

1) Go to the staff client
2) Click on Tools - Overdue notice/status triggers
3) Confirm that the first sentence reads "a" checkout rather than "an" checkout

Signed-off-by: Chris Cormack <chris@bigballofwax.co.nz>

Signed-off-by: Katrin Fischer <katrin.fischer@bsz-bw.de>

Signed-off-by: Brendan Gallagher <brendan@bywatersolutions.com>

koha-tmpl/intranet-tmpl/prog/en/modules/tools/overduerules.tt

index 190949a..4c06846 100644 (file)
@@ -35,7 +35,7 @@ $(document).ready(function() {
 
         <h1>Defining [% IF ( branch ) %]overdue actions for [% branch %][% ELSE %]default overdue actions[% END %]</h1>
         <div class="help">
-            <p>Delay is the number of days after an checkout is due before an action is triggered. </p>
+            <p>Delay is the number of days after a checkout is due before an action is triggered. </p>
             <p>If you want Koha to trigger an action (send a letter or restrict a member), a delay value is required.</p>
             <p>Columns must be filled left to right: if the first column is blank, other columns will be ignored. </p>
         </div>