Change: Use gender-neutral pronouns in console command messages (and comments) (#9203)
This commit is contained in:
@@ -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);
|
||||
|
@@ -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.
|
||||
};
|
||||
|
||||
/**
|
||||
|
@@ -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();
|
||||
|
@@ -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);
|
||||
};
|
||||
|
@@ -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();
|
||||
|
Reference in New Issue
Block a user