-
Bug
-
Resolution: Fixed
-
23w05a, 23w06a, 1.19.4 Pre-release 1, 1.19.4 Pre-release 2
-
Confirmed
-
Text
-
Low
-
Platform
The Bug:
The "selectWorld.gameMode.hardcore.info" string displayed within the create new world GUI is improperly capitalized.
This string of text should be properly capitalized to maintain consistency with other strings of text that mention the words "Survival Mode".
Affected String:
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 |
---|---|---|---|
gameMode.survival | Survival Mode | Survival Mode | https://crowdin.com/translate/minecraft/10038/enus-engb#5332162 |
selectWorld.gameMode.adventure.info | Same as Survival Mode, but blocks can't be added or removed | Same as Survival Mode, but blocks can't be added or removed | https://crowdin.com/translate/minecraft/10038/enus-engb#5343465 |
selectWorld.gameMode.hardcore.info | Survival mode locked to 'Hard' difficulty. You can't respawn if you die. | Survival Mode locked to 'Hard' difficulty. You can't respawn if you die. | https://crowdin.com/translate/minecraft/10038/enus-engb#5343463 |
Steps to Reproduce:
- Display the affected string by using the command provided below.
/tellraw @s {"translate":"selectWorld.gameMode.hardcore.info"}
- Look closely at the affected word within the string.
- Take note as to whether or not the "selectWorld.gameMode.hardcore.info" string displayed within the create new world GUI is improperly capitalized.
Observed Behavior:
The string is improperly capitalized.
Expected Behavior:
The string would be properly capitalized.