mirror of
https://github.com/luanti-org/luanti.git
synced 2025-06-27 16:36:03 +00:00
Fixed two typo's in commit 615fd498bc
This commit is contained in:
parent
8aa190606e
commit
8eb717d4d0
1 changed files with 1 additions and 1 deletions
|
@ -161,7 +161,7 @@ void GUIKeyChangeMenu::regenerateGui(v2u32 screensize)
|
|||
core::rect<s32> rect(0, 0, option_w, 30);
|
||||
rect += topleft + v2s32(option_x, option_y);
|
||||
Environment->addCheckBox(g_settings->getBool("doubletap_jump"), rect, this,
|
||||
GUI_ID_CB_DOUBLETAP_JUMP, wgettext("Doubltap \"jump\" to toogle fly"));
|
||||
GUI_ID_CB_DOUBLETAP_JUMP, wgettext("Double tap \"jump\" to toggle fly"));
|
||||
}
|
||||
offset += v2s32(0, 25);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue