diff options
author | Elias Fleckenstein <eliasfleckenstein@web.de> | 2022-05-18 16:00:53 +0200 |
---|---|---|
committer | Elias Fleckenstein <eliasfleckenstein@web.de> | 2022-05-18 16:00:53 +0200 |
commit | 8d19b99c5b073eaba9a89959a6fadd0b395a8510 (patch) | |
tree | 35d94637d39848f3d2bd2bbd23d6e6d70c6eb30b /src/gui/guiKeyChangeMenu.cpp | |
parent | ccd4c504d53d438fa80ab7f0ecf1858c2ffbdd19 (diff) | |
parent | 273bfee9a193d0dd2e9f9b400add980c0b5202a7 (diff) | |
download | dragonfireclient-8d19b99c5b073eaba9a89959a6fadd0b395a8510.tar.xz |
Merge branch 'master' of https://github.com/minetest/minetest
Diffstat (limited to 'src/gui/guiKeyChangeMenu.cpp')
-rw-r--r-- | src/gui/guiKeyChangeMenu.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/guiKeyChangeMenu.cpp b/src/gui/guiKeyChangeMenu.cpp index 719a4101a..249892950 100644 --- a/src/gui/guiKeyChangeMenu.cpp +++ b/src/gui/guiKeyChangeMenu.cpp @@ -146,7 +146,7 @@ void GUIKeyChangeMenu::regenerateGui(v2u32 screensize) core::rect<s32> rect(0, 0, 600 * s, 40 * s); rect += topleft + v2s32(25 * s, 3 * s); //gui::IGUIStaticText *t = - const wchar_t *text = wgettext("Keybindings. (If this menu screws up, remove stuff from minetest.conf)"); + const wchar_t *text = wgettext("Keybindings."); Environment->addStaticText(text, rect, false, true, this, -1); delete[] text; |