diff options
author | Tyler Trahan <tyler@tylertrahan.com> | 2021-05-04 07:28:01 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-05-04 13:28:01 +0200 |
commit | 176d65b47240be9be0fece2c56019f66cf4b8692 (patch) | |
tree | 31a7d314ef96977fbe440eec887440effa320f09 | |
parent | 2feb801e56f5f36121bcc44d04cb46937987c490 (diff) | |
download | openttd-176d65b47240be9be0fece2c56019f66cf4b8692.tar.xz |
Change: Use gender-neutral pronouns in english.txt (#9189)
-rw-r--r-- | src/lang/english.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lang/english.txt b/src/lang/english.txt index f8e3618e5..f0ac1df38 100644 --- a/src/lang/english.txt +++ b/src/lang/english.txt @@ -2269,7 +2269,7 @@ STR_NETWORK_MESSAGE_CLIENT_COMPANY_JOIN :*** {RAW_STRING STR_NETWORK_MESSAGE_CLIENT_COMPANY_SPECTATE :*** {RAW_STRING} has joined spectators STR_NETWORK_MESSAGE_CLIENT_COMPANY_NEW :*** {RAW_STRING} has started a new company (#{2:NUM}) STR_NETWORK_MESSAGE_CLIENT_LEFT :*** {RAW_STRING} has left the game ({2:STRING}) -STR_NETWORK_MESSAGE_NAME_CHANGE :*** {RAW_STRING} has changed his/her name to {RAW_STRING} +STR_NETWORK_MESSAGE_NAME_CHANGE :*** {RAW_STRING} has changed their name to {RAW_STRING} STR_NETWORK_MESSAGE_GIVE_MONEY :*** {RAW_STRING} gave {2:CURRENCY_LONG} to {1:RAW_STRING} STR_NETWORK_MESSAGE_SERVER_SHUTDOWN :{WHITE}The server closed the session STR_NETWORK_MESSAGE_SERVER_REBOOT :{WHITE}The server is restarting...{}Please wait... |