diff --git a/CHANGELOG.md b/CHANGELOG.md index 933db1414..affdaa5ff 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,6 +10,7 @@ instead of a multiplayer Face background - The vertical position of the background is now dependent on the height of the multiplayer Face backgrounds +- **Changed _"Fancy Teleport [to Pointer]"_ to _"Fancy Warping"_** ## Bug Fixes diff --git a/src/mn_setup.c b/src/mn_setup.c index 8e71ac110..0a4340a97 100644 --- a/src/mn_setup.c +++ b/src/mn_setup.c @@ -1250,7 +1250,7 @@ static setup_menu_t keys_settings8[] = {"Blink Marks", S_INPUT|S_STRICT, KB_X, M_SPC, {0}, m_map, input_map_blink}, MI_GAP, {"Warp to Pointer", S_INPUT|S_STRICT|S_CRITICAL, KB_X, M_SPC, {0}, m_map, input_map_teleport}, - {"Fancy Teleport", S_ONOFF|S_STRICT|S_CRITICAL, KB_X, M_SPC, {"fancy_teleport"}}, + {"Fancy Warping", S_ONOFF|S_STRICT|S_CRITICAL, KB_X, M_SPC, {"fancy_teleport"}}, MI_END };