https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32284
Emily Lamancusa (emlam) <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #184272|0 |1 is obsolete| | --- Comment #7 from Emily Lamancusa (emlam) <[email protected]> --- Created attachment 184392 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=184392&action=edit Bug 32284: Fix capitalization for UNIMARC value builders This patch changes the capitalization for the labels displayed in the MARC tag editor for UNIMARC subfields 181$a, 181$c, $182$a, 182$c, and 183$c, when the value builders are used. The labels are changed from capital case to sentence case, for consistency with other labels: - Content Form -> Content form (181$a) - Content Type -> Content type (181$c) - Media Type Code -> Media type code (182$a) - Media Type -> Media type (182$c) - In the dropdown list (183$a): . Audio Carriers -> Audio carriers . Computer Carriers -> Computer carriers . Microform Carriers -> Microform carriers . Microscopic Carriers -> Microscopic carriers . Stereographic Carriers -> Stereographic carriers Test plan: 1. In your KTD shell navigate to koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/value_builder 2. Run "git grep Audio Carriers" you should get results 3. Run "git grep Computer Carriers" you should get results 4. Run "git grep Content Form" you should get results 5. Run "git grep Content Type" you should get results 6. Run "git grep Media Type" you should get results 7. Run "git grep Media Type Code" you should get results 8. Run "git grep Microform Carriers" you should get results 9. Run "git grep Microscopic Carriers" you should get results 10. Apply the patch 11. Repeat steps 2-9 you should not get results Signed-off-by: David Nind <[email protected]> Signed-off-by: Emily Lamancusa <[email protected]> -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ Koha-bugs mailing list [email protected] https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
