The Bug:
The options.debugGuiScale.tooltip string lacks a period, unlike similar strings.
Descriptive, full-sentence tooltips end with a period (for example, debug.options.notAllowed.tooltip). This string is a complete sentence yet omits it, therefore introducing an inconsistency. The same problem was fixed for other tooltip strings in MC-310182.
Affected String(s):
Before reading the table, please note the following:
Characters colored in GREEN are correct.
Characters colored in RED are incorrect.
Translation Key | Current String | Expected String | String URL on Crowdin |
|---|---|---|---|
options.debugGuiScale.tooltip | Overrides the debug overlay with a different GUI scale than the rest of the game | Overrides the debug overlay with a different GUI scale than the rest of the game. | https://crowdin.com/editor/minecraft/10038/enus-engb?view=comfortable#5440408 |
debug.options.notAllowed.tooltip | Not visible when debug info is reduced. | Not visible when debug info is reduced. | https://crowdin.com/editor/minecraft/10038/enus-engb?view=comfortable#5437783 |
options.fullscreen.exclusive.mode.tooltip | This setting only takes effect when Exclusive Fullscreen is enabled. | This setting only takes effect when Exclusive Fullscreen is enabled. | https://crowdin.com/editor/minecraft/10038/enus-engb?view=comfortable#5441174 |
options.accessibility.high_contrast_block_outline.tooltip | Enhances the block outline contrast of the 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.debugGuiScale.tooltip"}Look closely at the end of the string.
Observed Behavior:
A period is missing.
Expected Behavior:
A period would be present.
Comments 0
No comments.