summaryrefslogtreecommitdiff
path: root/src/industry_cmd.cpp
diff options
context:
space:
mode:
authorWilliam Davis <daviswill048@icloud.com>2021-05-08 06:02:30 -0400
committerGitHub <noreply@github.com>2021-05-08 11:02:30 +0100
commit881e1da51d47bde0b6ddf86be1da55aceced7839 (patch)
treef5c4cca2ea0ff87d60ca21207a995c6c9dcba921 /src/industry_cmd.cpp
parentf187708b3b6bcb95a0d92908f8a90c1431ca2578 (diff)
downloadopenttd-881e1da51d47bde0b6ddf86be1da55aceced7839.tar.xz
Change: Use gender-neutral pronouns in console command messages (and comments) (#9203)
Diffstat (limited to 'src/industry_cmd.cpp')
-rw-r--r--src/industry_cmd.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/industry_cmd.cpp b/src/industry_cmd.cpp
index 37bbd915c..f9e75ed88 100644
--- a/src/industry_cmd.cpp
+++ b/src/industry_cmd.cpp
@@ -2579,7 +2579,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).
*