The Bug:
The "options.textureFiltering.anisotropic.tooltip" string is missing a hyphen between the words "hardware" and "based".
Without the use of a hyphen in this context, this string is grammatically incorrect.
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.textureFiltering.anisotropic.tooltip | A hardware based filtering method, but impacts performance and significantly impacts video memory usage. May not be supported on all hardware. | A hardware-based filtering method, but impacts performance and significantly impacts video memory usage. May not be supported on all hardware. | https://crowdin.com/editor/minecraft/10038/enus-engb?view=comfortable#5438615 |
Steps to Reproduce:
Display the affected string as listed above by using the command provided below.
/tellraw @s {"translate":"options.textureFiltering.anisotropic.tooltip"}Observe if there is a hyphen present between the words "hardware" and "based".
Observed Behavior:
No hyphen is present.
Expected Behavior:
A hyphen would be present.
Linked issues
relates to 2
Comments 0
No comments.