Mojira Archive
MC-187564

F3 + N description in debug help menu still uses "debug.creative_spectator.help" translation string despite the shortcut having a new function

The bug

The F3 + N description in the F3 + Q menu still uses the debug.creative_spectator.help translation string although the shortcut has a new function. Here is a part of the en_us.json language file that demonstrates the bug:

{
  "debug.creative_spectator.help": "F3 + N = Cycle previous gamemode <-> spectator"
}

Fix

The name of the debug.creative_spectator.help translation string should be changed to debug.spectator.help to demonstrate the new function of the debug shortcut. The description should also use the renamed translation string instead of the old one.