Bug 16298

Summary: Standardize on "Patron categories" when referring to patron category administration
Product: Koha Reporter: Owen Leonard <oleonard>
Component: System AdministrationAssignee: Owen Leonard <oleonard>
Status: CLOSED FIXED QA Contact: Testopia <testopia>
Severity: enhancement    
Priority: P5 - low CC: gmcharlt, hector.hecaxmmx, jonathan.druart, katrin.fischer, kyle
Version: Main   
Hardware: All   
OS: All   
Change sponsored?: --- Patch complexity: String patch
Documentation contact: Documentation submission:
Text to go in the release notes:
Version(s) released in:
Bug Depends on:    
Bug Blocks: 17290    
Attachments: Bug 16298 - Standardize on "Patron categories" when referring to patron category administration
[SIGNED-OFF]Bug 16298: Standardize on "Patron categories" when referring to patron category administration
[PASSED QA] Bug 16298: Standardize on "Patron categories" when referring to patron category administration

Description Owen Leonard 2016-04-19 16:51:29 UTC
The templates refer to "Patron categories," "Patron category administration," and "Patron types and categories." I think we should use "Patron categories" everywhere.
Comment 1 Owen Leonard 2016-04-19 17:33:37 UTC Comment hidden (obsolete)
Comment 2 Héctor Eduardo Castro Avalos 2016-04-21 17:29:13 UTC Comment hidden (obsolete)
Comment 3 Jonathan Druart 2016-04-23 07:05:12 UTC
  git grep -i "patron types"|grep -v translator
gives me some occurrences which could be updated as well, don't you think?
Comment 4 Katrin Fischer 2016-04-24 21:21:19 UTC
This cleans up a bit - but  I agree with Jonathan, that it would be good to see the terminology on the other pages fixed as well.
Comment 5 Katrin Fischer 2016-04-24 21:30:27 UTC
Created attachment 50601 [details] [review]
[PASSED QA] Bug 16298: Standardize on "Patron categories" when referring to patron category administration

This patch modifies references to the patron categories administration
page in two places: Replacing "Patron types and categories" in the
administration sidebar menu and replacing "Patron category
administration" in the heading of categories.tt. Both should now read
"Patron categories."

To test, apply the patch and confirm that the text has been updated
correctly.

Signed-off-by: Hector Castro <hector.hecaxmmx@gmail.com>
Text has been updated correctly

Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de>
Comment 6 Kyle M Hall 2016-04-29 15:29:43 UTC
Pushed to master for 16.05, thanks Owen!