From 7b4583bf529ffc02eba210e1faa255f6bc2e2679 Mon Sep 17 00:00:00 2001 From: Jonathan Druart Date: Fri, 28 Oct 2016 16:08:01 +0000 Subject: [PATCH] [PASSED QA] Bug 15581: Change wording for auto too late Signed-off-by: Katrin Fischer --- koha-tmpl/intranet-tmpl/prog/en/includes/strings.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/includes/strings.inc b/koha-tmpl/intranet-tmpl/prog/en/includes/strings.inc index 6622504..7483ccf 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/includes/strings.inc +++ b/koha-tmpl/intranet-tmpl/prog/en/includes/strings.inc @@ -17,7 +17,7 @@ var NOT_RENEWABLE = _("Not renewable"); var NOT_RENEWABLE_TOO_SOON = _("No renewal before %s"); var NOT_RENEWABLE_AUTO_TOO_SOON = _("Scheduled for automatic renewal"); - var NOT_RENEWABLE_AUTO_TOO_LATE = _("Scheduled for automatic renewal"); + var NOT_RENEWABLE_AUTO_TOO_LATE = _("Can no longer be auto-renewed - number of checkout days exceeded"); var NOT_RENEWABLE_AUTO_RENEW = _("Scheduled for automatic renewal"); var RENEWALS_REMAINING = _("%s of %s renewals remaining"); var HOLD_IS_SUSPENDED = _("Hold is suspended"); -- 2.7.4