Change: "(Business/Chair)man" to "(Business/Chair)person" #8659
+2
−2
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Motivation / Problem
Fixes #8601.
Description
Changes the player ranking (for leaderboard/highscore) names "Businessman" to "Businessperson", and "Chairman" to "Chairperson". This will make all rankings gender-unspecific for all possible rankings/titles.
Limitations
It's the simplest possible bugfix for that issue (literally just two lines). I don't think it has any real limitation.
Note that most English ranking names are already (and always have been) gender-unspecific, like "Tycoon" or "Engineer". So it's those two words I changed that stood out.
There has been another proposal for fixing this, by adding "gendered" support for all ranking names. This is because in some languages, words for persons are always gendered. But remember, most rankings in English were already gender-unspecific. Russian translators, who said that the language "forces" them to use gendered words, have simply used the "male" versions of the word so far (again: most English ranking names are already gender-less). I did decide against this simply because it is too complex. Also, 2Tall2Tyler has argued: “In the US, the trend has been toward gender-neutral titles rather than simply changing the suffix '-man' to '-woman.' For example, here's a document by the American Psychological Association (the 'APA' in APA Style citations) listing Guidelines for Unbiased Language.”
I think practically speaking, just changing the two words to "-person" is the simplest and best option for now. Translators clearly have already figured out a way how to translate the many other gender-unspecific rankings so far, so they would be able to deal with two new words as well.
Rationale
It's a bugfix that fixes this bug: You can play as a female CEO, but be ranked as a “Businessman” or “Chairman”. The "-person" was chosen for simplicity. Wikipedia knows both the terms "businessman" and "businessperson". Those words might not be too common yet (I'm not an native English speaker), but they definitely exist and were not invented by me.
Therefore, changing the "Businessman" and "Chairman" literally fixes this bug.
Checklist for review
Some things are not automated, and forgotten often. This list is a reminder for the reviewers.