From 814b4c75fa3ed5016da51266962b91cb34cf0ccd Mon Sep 17 00:00:00 2001 From: Jonathan Druart Date: Thu, 20 Apr 2017 13:00:00 -0300 Subject: [PATCH] Bug 18432: Replace 2 'he or she' with 'they' Signed-off-by: Jonathan Druart --- C4/Charset.pm | 2 +- C4/Overdues.pm | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/C4/Charset.pm b/C4/Charset.pm index 1f2a8c9..4dff14c 100644 --- a/C4/Charset.pm +++ b/C4/Charset.pm @@ -763,7 +763,7 @@ where the eight bit is set) octet with the Unicode replacement character. This is meant as a last-ditch method, and would be best used as part of a UI that lets a cataloguer pick various character conversions -until he or she finds the right one. +until they find the right one. =cut diff --git a/C4/Overdues.pm b/C4/Overdues.pm index c26b5f0..8509bfc 100644 --- a/C4/Overdues.pm +++ b/C4/Overdues.pm @@ -638,7 +638,7 @@ Looks up a patron by borrower number. C<$borrower> is a reference-to-hash whose keys are all of the fields from the borrowers and categories tables of the Koha database. Thus, C<$borrower> contains all information about both the borrower and -category he or she belongs to. +category they belong to. =cut -- 2.9.3