From 0cbddc937908c77674cd837512d58fd7cba87d9f Mon Sep 17 00:00:00 2001 From: Rocio Dressler Date: Sat, 4 Jun 2016 02:24:45 -0700 Subject: [PATCH] [PASSED QA] 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 Signed-off-by: Chris Cormack Signed-off-by: Katrin Fischer --- 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.

-- 2.7.4