projects
/
oweals
/
minetest.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8aa1906
)
Fixed two typo's in commit 615fd498bc
411/head
author
dannydark
<the_skeleton_of_a_child@yahoo.co.uk>
Fri, 4 Jan 2013 20:02:27 +0000
(20:02 +0000)
committer
PilzAdam
<PilzAdam@gmx.de>
Mon, 7 Jan 2013 17:57:12 +0000
(18:57 +0100)
src/guiKeyChangeMenu.cpp
patch
|
blob
|
history
diff --git
a/src/guiKeyChangeMenu.cpp
b/src/guiKeyChangeMenu.cpp
index 51a14d64727d87ccce5b381a7b70994ae24e3a02..6b0412821bd13c58acc91af36c08ed58ec599302 100644
(file)
--- a/
src/guiKeyChangeMenu.cpp
+++ b/
src/guiKeyChangeMenu.cpp
@@
-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("Doubl
tap \"jump\" to too
gle fly"));
+ GUI_ID_CB_DOUBLETAP_JUMP, wgettext("Doubl
e tap \"jump\" to tog
gle fly"));
}
offset += v2s32(0, 25);
}