Bug 25717

Summary: Improve messages for automatic renewal errors
Product: Koha Reporter: Caroline Cyr La Rose <caroline.cyr-la-rose>
Component: CirculationAssignee: David Nind <david>
Status: CLOSED FIXED QA Contact: Testopia <testopia>
Severity: enhancement    
Priority: P5 - low CC: aleisha, andrewfh, david, gmcharlt, jonathan.druart, julian.maurice, kyle.m.hall, lucas
Version: Main   
Hardware: All   
OS: All   
Change sponsored?: --- Patch complexity: String patch
Documentation contact: Documentation submission:
Text to go in the release notes:
This change improves the wording and grammar for automatic renewal error messages.
Version(s) released in:
20.11.00, 20.05.03
Bug Depends on: 23051    
Bug Blocks:    
Attachments: Bug 25717: Improve automatic renewal error messages
Bug 25717: Improve automatic renewal error messages
Bug 25717: Improve automatic renewal error messages

Description Caroline Cyr La Rose 2020-06-11 19:22:17 UTC
While translating I noticed a couple of errors in intranet-tmpl/prog/en/includes/renew_strings.inc

The message for auto_too_late is currently "Scheduled for automatic renewal and cannot yet be any more".
I propose something like "Scheduled for automatic renewal and cannot be renewed any more".

Also, the message for auto_too_much_oweing is "Scheduled for automatic renewal" (which is the same message as for auto_renew)
I propose "Scheduled for automatic renewal and cannot be renewed because the patron has too many outstanding charges".
Comment 1 David Nind 2020-06-27 00:56:36 UTC
Created attachment 106356 [details] [review]
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.
Comment 2 Caroline Cyr La Rose 2020-07-02 16:41:44 UTC
Created attachment 106477 [details] [review]
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.

The new message make sense to me.

Signed-off-by: Caroline Cyr La Rose <caroline.cyr-la-rose@inlibro.com>
Comment 3 Julian Maurice 2020-07-03 12:44:32 UTC
Created attachment 106498 [details] [review]
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.

The new message make sense to me.

Signed-off-by: Caroline Cyr La Rose <caroline.cyr-la-rose@inlibro.com>
Signed-off-by: Julian Maurice <julian.maurice@biblibre.com>
Comment 4 Jonathan Druart 2020-07-20 15:48:56 UTC
Pushed to master for 20.11, thanks to everybody involved!
Comment 5 Lucas Gass 2020-07-27 17:36:20 UTC
backported to 20.05.x for 20.05.03
Comment 6 Aleisha Amohia 2020-08-03 23:25:20 UTC
patch does not apply cleanly on 19.11.x. please rebase if needed.