The Bug:
The "debug.entry.overlay" string is improperly capitalized.
The word “overlay” within this string should be capitalized because it’s the name of a button.
Affected Strings:
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 |
---|---|---|---|
debug.entry.overlay | In overlay | In Overlay | https://crowdin.com/editor/minecraft/10038/enus-engb?view=comfortable#5438259 |
Steps to Reproduce:
Display the affected string as listed above by using the command provided below.
/tellraw @s {"translate":"debug.entry.overlay"}
Observe the string's spelling of the word “Nautilus”.
Observed Behavior:
The word “overlay” is not capitalized.
Expected Behavior:
The word “overlay” would be capitalized.