X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=src%2FguiKeyChangeMenu.cpp;h=6b0412821bd13c58acc91af36c08ed58ec599302;hb=183c81b5ecf4f9350936737f5091073d81733d73;hp=51a14d64727d87ccce5b381a7b70994ae24e3a02;hpb=615fd498bc04fce67aa72549536d38b503d7d570;p=oweals%2Fminetest.git diff --git a/src/guiKeyChangeMenu.cpp b/src/guiKeyChangeMenu.cpp index 51a14d647..6b0412821 100644 --- a/src/guiKeyChangeMenu.cpp +++ b/src/guiKeyChangeMenu.cpp @@ -161,7 +161,7 @@ void GUIKeyChangeMenu::regenerateGui(v2u32 screensize) core::rect 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); }