https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26569 Bug ID: 26569 Summary: Use gender-neutral pronouns in systempreference explanation field in DB Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status: NEW Severity: normal Priority: P5 - low Component: Architecture, internals, and plumbing Assignee: koha-bugs@lists.koha-community.org Reporter: nick@bywatersolutions.com QA Contact: testopia@bugs.koha-community.org See bug 18432 and bug 22716 We missed the db explanantions for system preferences: MariaDB [koha_kohadev]> select variable,explanation from systempreferences where explanation like '% his %'; +-------------------------------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------------+ | variable | explanation | +-------------------------------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------------+ | AcqViewBaskets | Define which baskets a user is allowed to view: his own only, any within his branch or all | | AllowPatronToSetCheckoutsVisibilityForGuarantor | If enabled, the patron can set checkouts to be visible to his or her guarantor | | AllowPatronToSetFinesVisibilityForGuarantor | If enabled, the patron can set fines to be visible to his or her guarantor | | HighlightOwnItemsOnOPAC | If on, and a patron is logged into the OPAC, items from his or her home library will be emphasized and shown first in search results and item details. | | LoadSearchHistoryToTheFirstLoggedUser | If ON, the next user will automatically get the last searches in his history | | PatronSelfRegistrationVerifyByEmail | If enabled, any patron attempting to register themselves via the OPAC will be required to verify themselves via email to activate his or her account. | +-------------------------------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------------+ -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug.