We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ea9b241 commit 2c9edefCopy full SHA for 2c9edef
src/gui/guiFormSpecMenu.cpp
@@ -1403,7 +1403,8 @@ void GUIFormSpecMenu::parseLabel(parserData* data, const std::string &element)
1403
std::vector<std::string> lines = split(text, '\n');
1404
1405
for (unsigned int i = 0; i != lines.size(); i++) {
1406
- std::wstring wlabel = utf8_to_wide(unescape_string(lines[i]));
+ std::wstring wlabel = unescape_translate(unescape_string(
1407
+ utf8_to_wide(lines[i])));
1408
1409
core::rect<s32> rect;
1410
0 commit comments