Change: Use gender-neutral pronouns in console command messages (and comments) (#9203)

(cherry picked from commit 881e1da51d)
This commit is contained in:
William Davis
2021-05-08 06:02:30 -04:00
committed by Jonathan G Rennison
parent 088922b120
commit 879de9781b
19 changed files with 29 additions and 29 deletions

View File

@@ -2652,7 +2652,7 @@ static void CanCargoServiceIndustry(CargoID cargo, Industry *ind, bool *c_accept
/**
* Compute who can service the industry.
*
* Here, 'can service' means that he/she has trains and stations close enough
* Here, 'can service' means that they have trains and stations close enough
* to the industry with the right cargo type and the right orders (ie has the
* technical means).
*