The Bug:
The "options.graphicsApi.tooltip" string uses the word “affect” instead of “effect” therefore making it 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.graphicsApi.tooltip | Which graphics API to use for rendering. Leave as Default unless you have a specific need to change this! Will take affect the next time you start the game. | Which graphics API to use for rendering. Leave as Default unless you have a specific need to change this! Will take effect the next time you start the game. | https://crowdin.com/editor/minecraft/10038/enus-enca?view=comfortable#5439135 |
Steps to Reproduce:
Display the affected string as listed above by using the command provided below.
/tellraw @s {"translate":"options.graphicsApi.tooltip"}Observe if the word “affect” or “effect” is used.
Observed Behavior:
The word “affect” is used.
Expected Behavior:
The word “effect” would be used.
Comments 0
No comments.