| Summary: | Inconsistent spelling of Borrower(s)Log | ||
|---|---|---|---|
| Product: | Koha | Reporter: | Marcel de Rooy <m.de.rooy> |
| Component: | Architecture, internals, and plumbing | Assignee: | Marcel de Rooy <m.de.rooy> |
| Status: | Pushed to main --- | QA Contact: | Aleisha Amohia <aleisha> |
| Severity: | trivial | ||
| Priority: | P5 - low | CC: | aleisha |
| Version: | Main | ||
| Hardware: | All | ||
| OS: | All | ||
| GIT URL: | Initiative type: | --- | |
| Sponsorship status: | --- | Comma delimited list of Sponsors: | |
| Crowdfunding goal: | 0 | Patch complexity: | Trivial patch |
| Documentation contact: | Documentation submission: | ||
| Text to go in the release notes: | Version(s) released in: |
25.11.00
|
|
| Circulation function: | |||
| Attachments: |
Bug 41024: Unify spelling of BorrowersLog, keep plural form
Bug 41024: Unify spelling of BorrowersLog, keep plural form |
||
|
Description
Marcel de Rooy
2025-10-15 11:33:26 UTC
(In reply to Marcel de Rooy from comment #0) > git grep BorrowerLogs > git grep BorrowersLogs Another mistake is made quickly: Log! Not Logs. Created attachment 187903 [details] [review] Bug 41024: Unify spelling of BorrowersLog, keep plural form The singular form is wrong and only exists in textual context. This is a result of git grep | xargs sed. Test plan: Read the patch. git grep BorrowerLog Signed-off-by: Marcel de Rooy <m.de.rooy@rijksmuseum.nl> Trivial fix/string patch. No need to backport! Self SO. Created attachment 188533 [details] [review] Bug 41024: Unify spelling of BorrowersLog, keep plural form The singular form is wrong and only exists in textual context. This is a result of git grep | xargs sed. Test plan: Read the patch. git grep BorrowerLog Signed-off-by: Marcel de Rooy <m.de.rooy@rijksmuseum.nl> Signed-off-by: Aleisha Amohia <aleisha@catalyst.net.nz> Nice work everyone! Pushed to main for 25.11 |