The Bug:
The jigsaw_block.final_state string is improperly capitalized, unlike similar strings.
This string is a label on the Jigsaw Block screen. In title case, a short preposition is capitalized when it is the last word, as the Microsoft and Apple style guides say, so "into" would be capitalized. The other labels on this screen are written in title case, for example "Target Name:", "Target Pool:" and "Joint Type:", therefore introducing an inconsistency. Those three labels were changed to title case in MC-190102, but this label was not included there. The "Include entities:" label on the Structure Block screen was missed in the same way and was fixed separately in MC-195781.
Affected String(s):
Before reading the table, please note the following:
Characters colored in GREEN are correct.
Characters colored in RED are incorrect.
Translation Key | Current String | Expected String | String URL on Crowdin |
|---|---|---|---|
jigsaw_block.final_state | Turns into: | Turns Into: | https://crowdin.com/editor/minecraft/10038/enus-engb?view=comfortable#5336230 |
jigsaw_block.target | Target Name: | Target Name: | https://crowdin.com/editor/minecraft/10038/enus-engb?view=comfortable#5336228 |
jigsaw_block.pool | Target Pool: | Target Pool: | https://crowdin.com/editor/minecraft/10038/enus-engb?view=comfortable#5336224 |
jigsaw_block.joint_label | Joint Type: | Joint Type: | https://crowdin.com/editor/minecraft/10038/enus-engb?view=comfortable#5336238 |
jigsaw_block.selection_priority | Selection Priority: | Selection Priority: | https://crowdin.com/editor/minecraft/10038/enus-engb?view=comfortable#5362602 |
jigsaw_block.placement_priority | Placement Priority: | Placement Priority: | https://crowdin.com/editor/minecraft/10038/enus-engb?view=comfortable#5362598 |
Steps to Reproduce:
Display the affected string as listed above by using the command provided below.
/tellraw @s {"translate":"jigsaw_block.final_state"}Observe the string's capitalization.
Observed Behavior:
The said word is not capitalized.
Expected Behavior:
The said word would be capitalized.
Comments 0
No comments.