mirror of
https://github.com/luanti-org/luanti.git
synced 2025-10-12 16:15:20 +02:00
Fix missing translation call in hypertext (#10296)
This commit is contained in:
committed by
GitHub
parent
83d0c360cc
commit
71287894ad
@@ -1740,7 +1740,7 @@ void GUIFormSpecMenu::parseHyperText(parserData *data, const std::string &elemen
|
||||
|
||||
FieldSpec spec(
|
||||
name,
|
||||
utf8_to_wide(unescape_string(text)),
|
||||
translate_string(utf8_to_wide(unescape_string(text))),
|
||||
L"",
|
||||
258 + m_fields.size()
|
||||
);
|
||||
|
Reference in New Issue
Block a user