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

@@ -317,7 +317,7 @@ enum SaveLoadVersion : uint16 {
* cannot digest. But, this gives for ugly errors. As we have plenty of
* versions anyway, we simply skip the versions we know belong to
* patchpacks. This way we can present the user with a clean error
* indicate he is loading a savegame from a patchpack.
* indicate they are loading a savegame from a patchpack.
* For future patchpack creators: please follow a system like JGRPP, where
* the version is masked with 0x8000, and the true version is stored in
* its own chunk with feature toggles.