Fixed two typo's in commit 615fd498bc 411/head
authordannydark <the_skeleton_of_a_child@yahoo.co.uk>
Fri, 4 Jan 2013 20:02:27 +0000 (20:02 +0000)
committerPilzAdam <PilzAdam@gmx.de>
Mon, 7 Jan 2013 17:57:12 +0000 (18:57 +0100)
src/guiKeyChangeMenu.cpp

index 51a14d64727d87ccce5b381a7b70994ae24e3a02..6b0412821bd13c58acc91af36c08ed58ec599302 100644 (file)
@@ -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);
        }