@@ -, +, @@ --- C4/Charset.pm | 2 +- C4/Overdues.pm | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) --- a/C4/Charset.pm +++ a/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 --- a/C4/Overdues.pm +++ a/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 --