The first sentence shown in an item's tooltip as part of the warning that placing the item might lead to command execution is missing punctuation at the end.
Affected string:
Translation Key | Current String | Expected String | String URL on Crowdin |
---|---|---|---|
item.op_block_warning.line2 | Use of this item might lead to command execution | Use of this item might lead to command execution. | https://crowdin.com/editor/minecraft/10038/enus-engb#5382622 |
How to reproduce:
Execute the following command:
/give @s minecraft:command_block[minecraft:block_entity_data={id:"minecraft:command_block",Command:"say Example item"}]
Hover over the item in your inventory.
Expected result:
The sentence would end in a period or some kind of closing punctuation, like the line below this one.
Observed result:
The sentence ends with no punctuation.
Can confirm.