Fix missing translation call in hypertext (#10296)

master
Pierre-Yves Rollo 2020-08-20 12:25:02 +02:00 committed by GitHub
parent 83d0c360cc
commit 71287894ad
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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()
);