Bugzilla – Attachment 106356 Details for
Bug 25717
Improve messages for automatic renewal errors
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 25717: Improve automatic renewal error messages
Bug-25717-Improve-automatic-renewal-error-messages.patch (text/plain), 1.75 KB, created by
David Nind
on 2020-06-27 00:56:36 UTC
(
hide
)
Description:
Bug 25717: Improve automatic renewal error messages
Filename:
MIME Type:
Creator:
David Nind
Created:
2020-06-27 00:56:36 UTC
Size:
1.75 KB
patch
obsolete
>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
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 25717
:
106356
|
106477
|
106498