-
Bug
-
Resolution: Fixed
-
23w33a
-
None
-
Confirmed
-
Text
-
Low
-
Platform
The Bug:
Some buttons within the "Report Player" menu are improperly capitalized.
Throughout the game, the names of buttons are normally capitalized, but within the "Report Player" menu, this isn't the case, therefore introducing an inconsistency.
Affected Strings:
Before reading the table, please note the following:
- Words colored in GREEN are correct.
- Words colored in RED are incorrect.
Translation Key | Current String | Expected String | String URL on Crowdin |
---|---|---|---|
gui.abuseReport.type.chat | Chat messages | Chat Messages | https://crowdin.com/translate/minecraft/10038/enus-engb#5346651 |
gui.abuseReport.type.skin | Player skin | Player Skin | https://crowdin.com/translate/minecraft/10038/enus-engb#5346655 |
gui.abuseReport.type.name | Player name | Player Name | https://crowdin.com/translate/minecraft/10038/enus-engb#5346653 |
Steps to Reproduce:
- Display any of the affected strings as listed above by using the command provided below and replacing "XYZ" with the string's translation key.
/tellraw @s {"translate":"XYZ"}
- Observe the string's capitalization.
- Take note as to whether or not some buttons within the "Report Player" menu are improperly capitalized.
Observed Behavior:
Some buttons within the "Report Player" menu are improperly capitalized.
Expected Behavior:
All buttons within the "Report Player" menu would be properly capitalized.