mirror of
https://github.com/luanti-org/luanti.git
synced 2025-06-27 16:36:03 +00:00
Fix missing translation call in hypertext (#10296)
This commit is contained in:
parent
83d0c360cc
commit
71287894ad
1 changed files with 1 additions and 1 deletions
|
@ -1740,7 +1740,7 @@ void GUIFormSpecMenu::parseHyperText(parserData *data, const std::string &elemen
|
||||||
|
|
||||||
FieldSpec spec(
|
FieldSpec spec(
|
||||||
name,
|
name,
|
||||||
utf8_to_wide(unescape_string(text)),
|
translate_string(utf8_to_wide(unescape_string(text))),
|
||||||
L"",
|
L"",
|
||||||
258 + m_fields.size()
|
258 + m_fields.size()
|
||||||
);
|
);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue