From: dannydark Date: Fri, 4 Jan 2013 20:02:27 +0000 (+0000) Subject: Fixed two typo's in commit 615fd498bc X-Git-Url: http://81.2.79.47:8989/gitweb/?a=commitdiff_plain;h=8eb717d4d0d4131eb5b82a73b343c7309b1ebf47;p=zefram%2Fminetest%2Fminetest_engine.git Fixed two typo's in commit 615fd498bc --- diff --git a/src/guiKeyChangeMenu.cpp b/src/guiKeyChangeMenu.cpp index 51a14d64..6b041282 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); }