-
Bug
-
Resolution: Fixed
-
1.19.3, 1.19.4 Pre-release 2, 1.19.4, 23w12a, 1.20 Pre-release 1
-
Confirmed
-
Text, UI
-
Low
-
Platform
The Bug:
The "Detect structure size and position:" string displayed within the structure block GUI is improperly capitalized.
This string of text should be properly capitalized to maintain consistency with other strings of text displayed within the structure block GUI.
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 |
---|---|---|---|
structure_block.detect_size | Detect structure size and position: | Detect Structure Size and Position: | https://crowdin.com/translate/minecraft/10038/enus-engb#5336212 |
Steps to Reproduce:
- Display the affected string by using the command provided below.
/tellraw @s {"translate":"structure_block.detect_size"}
- Look closely at the affected words within the string.
- Take note as to whether or not the "Detect structure size and position:" string displayed within the structure block GUI is improperly capitalized.
Observed Behavior:
The string is improperly capitalized.
Expected Behavior:
The string would be properly capitalized.
- relates to
-
MC-195781 The "Include entities:" string displayed within the structure block GUI is improperly capitalized
- Resolved