Skip to content
Snippets Groups Projects
Commit 8eb717d4 authored by DannyDark's avatar DannyDark Committed by PilzAdam
Browse files

Fixed two typo's in commit 615fd498

parent 8aa19060
No related branches found
No related tags found
No related merge requests found
......@@ -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);
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment