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

@@ -37,7 +37,7 @@ public:
* Creating instance of this class switches the company used for queries
* and commands.
* @param company The new company to switch to.
* @note When the instance is destroyed, he restores the company that was
* @note When the instance is destroyed, it restores the company that was
* current when the instance was created!
*/
ScriptCompanyMode(int company);

View File

@@ -968,7 +968,7 @@ public:
private:
uint16 uniqueid; ///< The uniqueid of the question.
ScriptCompany::CompanyID company; ///< The company given the answer.
ScriptGoal::QuestionButton button; ///< The button he pressed.
ScriptGoal::QuestionButton button; ///< The button that was pressed.
};
/**

View File

@@ -34,7 +34,7 @@ protected:
public:
/**
* Creating instance of this class switches the build mode to Execute.
* @note When the instance is destroyed, he restores the mode that was
* @note When the instance is destroyed, it restores the mode that was
* current when the instance was created!
*/
ScriptExecMode();

View File

@@ -279,7 +279,7 @@ public:
class ScriptStationList_Vehicle : public ScriptList {
public:
/**
* @param vehicle_id The vehicle to get the list of stations he has in its orders from.
* @param vehicle_id The vehicle to get the list of stations it has in its orders from.
*/
ScriptStationList_Vehicle(VehicleID vehicle_id);
};

View File

@@ -36,7 +36,7 @@ protected:
public:
/**
* Creating instance of this class switches the build mode to Testing.
* @note When the instance is destroyed, he restores the mode that was
* @note When the instance is destroyed, it restores the mode that was
* current when the instance was created!
*/
ScriptTestMode();