From 51ff8db49936d35a8b37935f7fface4cd0925c02 Mon Sep 17 00:00:00 2001 From: Rocio Dressler Date: Sat, 4 Jun 2016 02:24:45 -0700 Subject: [PATCH] Bug 16537 - Overdue and Status triggers grammar 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 --- koha-tmpl/intranet-tmpl/prog/en/modules/tools/overduerules.tt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/overduerules.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/tools/overduerules.tt index 190949a..4c06846 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/overduerules.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/tools/overduerules.tt @@ -35,7 +35,7 @@ $(document).ready(function() {

Defining [% IF ( branch ) %]overdue actions for [% branch %][% ELSE %]default overdue actions[% END %]

-

Delay is the number of days after an checkout is due before an action is triggered.

+

Delay is the number of days after a checkout is due before an action is triggered.

If you want Koha to trigger an action (send a letter or restrict a member), a delay value is required.

Columns must be filled left to right: if the first column is blank, other columns will be ignored.

-- 1.7.10.4