From 81e2a8458609cc49816c300fee22a7c2e471b027 Mon Sep 17 00:00:00 2001
From: David Nind <david@davidnind.com>
Date: Sat, 27 Jun 2020 00:38:46 +0000
Subject: [PATCH] Bug 25717: Improve automatic renewal error messages

Improve wording and grammar for automatic renewal error messages.

Test plan:
1. Review the error message changes and make sure they make sense.
---
 koha-tmpl/intranet-tmpl/prog/en/includes/renew_strings.inc | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/koha-tmpl/intranet-tmpl/prog/en/includes/renew_strings.inc b/koha-tmpl/intranet-tmpl/prog/en/includes/renew_strings.inc
index 45274872ed..fd02ab0be7 100644
--- a/koha-tmpl/intranet-tmpl/prog/en/includes/renew_strings.inc
+++ b/koha-tmpl/intranet-tmpl/prog/en/includes/renew_strings.inc
@@ -4,19 +4,19 @@
 [% CASE 'no_checkout' %]
     Item is not checked out
 [% CASE 'too_soon' %]
-    Cannot yet be renewed
+    Cannot be renewed yet
 [% CASE 'too_many' %]
     Renewed the maximum number of times
 [% CASE 'auto_too_soon' %]
-    Scheduled for automatic renewal and cannot yet be renewed
+    Scheduled for automatic renewal and cannot be renewed yet
 [% CASE 'auto_too_late' %]
-    Scheduled for automatic renewal and cannot yet be any more
+    Scheduled for automatic renewal and cannot be renewed any more
 [% CASE 'auto_account_expired' %]
     Scheduled for automatic renewal and cannot be renewed because the patron's account has expired
 [% CASE 'auto_renew' %]
     Scheduled for automatic renewal
 [% CASE 'auto_too_much_oweing' %]
-    Scheduled for automatic renewal
+    Scheduled for automatic renewal and cannot be renewed because the patron has too many outstanding charges
 [% CASE 'on_reserve' %]
     On hold for another patron
 [% CASE 'patron_restricted' %]
-- 
2.11.0