-
Bug
-
Resolution: Fixed
-
24w40a
-
None
-
Community Consensus
-
Text
-
Low
-
Platform
The Bug:
The "options.accessibility.high_contrast_block_outline.tooltip" string is missing an article before the word "targeted".
For a bit of context, there are three articles within the English language. These are "a", "an", and "the". Articles are used before nouns. Considering that articles are present throughout many other strings within the game, this introduces an inconsistency.
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 |
---|---|---|---|
options.accessibility.high_contrast_block_outline.tooltip | Enhances the block outline contrast of targeted block. | Enhances the block outline contrast of the targeted block. | https://crowdin.com/editor/minecraft/10038/enus-engb?view=comfortable#5367034 |
Steps to Reproduce:
- Display the affected string as listed above by using the command provided below.
/tellraw @s {"translate":"options.accessibility.high_contrast_block_outline.tooltip"}
- Observe if the string contains an article before the word "targeted".
Observed Behavior:
The said string is missing an article before the word "targeted".
Expected Behavior:
The said string would have an article present before the word "targeted".