mirror of
https://github.com/luanti-org/luanti.git
synced 2025-06-27 16:36:03 +00:00
Use wgettext
This commit is contained in:
parent
817180bd55
commit
1d1aec9631
6 changed files with 50 additions and 50 deletions
|
@ -109,7 +109,7 @@ void GUITextInputMenu::regenerateGui(v2u32 screensize)
|
|||
core::rect<s32> rect(0, 0, 140, 30);
|
||||
rect = rect + v2s32(size.X/2-140/2, size.Y/2-30/2+25);
|
||||
Environment->addButton(rect, this, 257,
|
||||
chartowchar_t(gettext("Proceed")));
|
||||
wgettext("Proceed"));
|
||||
}
|
||||
changeCtype("C");
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue